Back to Browse

Cloudcraft MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Unofficial MCP server for reading and managing Cloudcraft architecture blueprints

About

Unofficial MCP server for reading and managing Cloudcraft architecture blueprints

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

7 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

What You'll Need

Set these up before or after installing:

Cloudcraft API key with access to the target accountRequired

Environment variable: CLOUDCRAFT_API_KEY

Cloudcraft API base URL; HTTPS is required except for loopback testingOptional

Environment variable: CLOUDCRAFT_BASE_URL

Minimum log level written to stderrOptional

Environment variable: CLOUDCRAFT_LOG_LEVEL

Directory under which exported blueprint files may be writtenOptional

Environment variable: CLOUDCRAFT_EXPORT_DIR

Enable create and update operationsOptional

Environment variable: CLOUDCRAFT_ENABLE_WRITES

Enable irreversible deletes; writes must also be enabledOptional

Environment variable: CLOUDCRAFT_ENABLE_DELETES

Maximum bytes accepted from one Cloudcraft API responseOptional

Environment variable: CLOUDCRAFT_MAX_RESPONSE_BYTES

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-hypark5540-cloudcraft-mcp": {
      "env": {
        "CLOUDCRAFT_API_KEY": "your-cloudcraft-api-key-here",
        "CLOUDCRAFT_BASE_URL": "your-cloudcraft-base-url-here",
        "CLOUDCRAFT_LOG_LEVEL": "your-cloudcraft-log-level-here",
        "CLOUDCRAFT_EXPORT_DIR": "your-cloudcraft-export-dir-here",
        "CLOUDCRAFT_ENABLE_WRITES": "your-cloudcraft-enable-writes-here",
        "CLOUDCRAFT_ENABLE_DELETES": "your-cloudcraft-enable-deletes-here",
        "CLOUDCRAFT_MAX_RESPONSE_BYTES": "your-cloudcraft-max-response-bytes-here"
      },
      "args": [
        "-y",
        "@hypark5540/cloudcraft-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!