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
{
"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