CloudArch Codeflow for Cursor
ru.cloud-arch/cloudarch-codeflow
Turn a TypeScript codebase into a live animated call-flow diagram on CloudArch.
client:Cursor
transport:stdio
runtime:npm
Install CloudArch Codeflow in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cloudarch-codeflow": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cloud-arch/mcp-codeflow"
],
"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