CloudArch Codeflow runs on your own machine — the client starts it, so there is no endpoint to ping. 20 installs a week from npm.
Turn a TypeScript codebase into a live animated call-flow diagram on CloudArch.
The linked repository no longer exists on GitHub — it was deleted or made private.
Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add cloudarch-codeflow -- npx -y @cloud-arch/mcp-codeflow
{
"mcpServers": {
"cloudarch-codeflow": {
"args": [
"-y",
"@cloud-arch/mcp-codeflow"
],
"command": "npx"
}
}
}
[mcp_servers.cloudarch-codeflow]
command = "npx"
args = ["-y", "@cloud-arch/mcp-codeflow"]
{
"mcpServers": {
"cloudarch-codeflow": {
"args": [
"-y",
"@cloud-arch/mcp-codeflow"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"cloudarch-codeflow": {
"args": [
"-y",
"@cloud-arch/mcp-codeflow"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
CLOUDARCH_API_KEY (CloudArch API key (create one at https://web.cloud-arch.ru/workspace/api)), CLOUDARCH_API_URL (API base URL override for self-hosted instances (default https://api.cloud-arch.ru)).
The author declared them in the registry entry; get the values from the project itself.
Architecture diagram with concurrency capacity and bottleneck estimates from any codebase.
Code graph for AI agents: impact analysis and call tracing for Python and TypeScript.
Turn an unfamiliar codebase into validated architecture, contracts, and a reimplementation spec.
Catch TypeScript API and OpenAPI contract drift in AI-generated code, then revalidate it in CI.
Analyze any video (local file or URL) into frames + transcript for Claude Code
Local code graph for TypeScript, Python and Swift: who calls this, what breaks if I change it.
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
Turn any OpenAPI 3.x spec into callable MCP tools for Claude. No custom integration code needed.
Answers built from our own checks of this server.