Skip to content
Cursor

CloudArch for Cursor

ru.cloud-arch/cloudarch

Create and update live animated architecture diagrams on CloudArch from a prompt or script.

client:Cursor transport:stdio runtime:npm

Install CloudArch in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "cloudarch": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cloud-arch/mcp-server"
      ],
      "env": {
        "CLOUDARCH_API_KEY": "<CLOUDARCH_API_KEY>",
        "CLOUDARCH_API_URL": "<CLOUDARCH_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

CloudArch in other clients