Skip to content

CloudArch Codeflow for Zed

ru.cloud-arch/cloudarch-codeflow

Turn a TypeScript codebase into a live animated call-flow diagram on CloudArch.

client:Zed transport:stdio runtime:npm

Install CloudArch Codeflow 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-codeflow": {
      "command": "npx",
      "args": [
        "-y",
        "@cloud-arch/mcp-codeflow"
      ],
      "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 Codeflow in other clients