CloudArch Codeflow for Claude Desktop
ru.cloud-arch/cloudarch-codeflow
Turn a TypeScript codebase into a live animated call-flow diagram on CloudArch.
client:Claude Desktop
transport:stdio
runtime:npm
Install CloudArch Codeflow in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"cloudarch-codeflow": {
"command": "npx",
"args": [
"-y",
"@cloud-arch/mcp-codeflow"
],
"env": {
"CLOUDARCH_API_KEY": "<CLOUDARCH_API_KEY>",
"CLOUDARCH_API_URL": "<CLOUDARCH_API_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs