Skip to content
Zed

CloudArch for Zed

ru.cloud-arch/cloudarch

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

client:Zed transport:stdio runtime:npm

Install CloudArch in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

CloudArch in other clients