← Back to browse

Cloudcraft MCP

Indexed by io.github.hypark5540

About

Unofficial MCP server for reading and managing Cloudcraft architecture blueprints

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsCLOUDCRAFT_API_KEY CLOUDCRAFT_BASE_URL CLOUDCRAFT_LOG_LEVEL CLOUDCRAFT_EXPORT_DIR CLOUDCRAFT_ENABLE_WRITES CLOUDCRAFT_ENABLE_DELETES CLOUDCRAFT_MAX_RESPONSE_BYTES
Claude Code
claude mcp add --env CLOUDCRAFT_API_KEY= --env CLOUDCRAFT_BASE_URL= --env CLOUDCRAFT_LOG_LEVEL= --env CLOUDCRAFT_EXPORT_DIR= --env CLOUDCRAFT_ENABLE_WRITES= --env CLOUDCRAFT_ENABLE_DELETES= --env CLOUDCRAFT_MAX_RESPONSE_BYTES= cloudcraft-mcp -- npx @hypark5540/cloudcraft-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"cloudcraft-mcp","command":"npx","args":["@hypark5540/cloudcraft-mcp"],"env":{"CLOUDCRAFT_API_KEY":"","CLOUDCRAFT_BASE_URL":"","CLOUDCRAFT_LOG_LEVEL":"","CLOUDCRAFT_EXPORT_DIR":"","CLOUDCRAFT_ENABLE_WRITES":"","CLOUDCRAFT_ENABLE_DELETES":"","CLOUDCRAFT_MAX_RESPONSE_BYTES":""}}'
JSON
{
  "mcpServers": {
    "cloudcraft-mcp": {
      "command": "npx",
      "args": [
        "@hypark5540/cloudcraft-mcp"
      ],
      "env": {
        "CLOUDCRAFT_API_KEY": "",
        "CLOUDCRAFT_BASE_URL": "",
        "CLOUDCRAFT_LOG_LEVEL": "",
        "CLOUDCRAFT_EXPORT_DIR": "",
        "CLOUDCRAFT_ENABLE_WRITES": "",
        "CLOUDCRAFT_ENABLE_DELETES": "",
        "CLOUDCRAFT_MAX_RESPONSE_BYTES": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.