mcpbeat Sign in

CloudArch Codeflow MCP Server

local only

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.

Installs per day peak 315 · avg 14 · -8% w/w
a month agotoday
20
Installs / week
npm · @cloud-arch/mcp-codeflow
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add cloudarch-codeflow -- npx -y @cloud-arch/mcp-codeflow
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cloudarch-codeflow": {
      "args": [
        "-y",
        "@cloud-arch/mcp-codeflow"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cloudarch-codeflow]
command = "npx"
args = ["-y", "@cloud-arch/mcp-codeflow"]
.cursor/mcp.json
{
  "mcpServers": {
    "cloudarch-codeflow": {
      "args": [
        "-y",
        "@cloud-arch/mcp-codeflow"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to CloudArch Codeflow

same job, measured the same way
Workflow Generator
by askuma

Architecture diagram with concurrency capacity and bottleneck estimates from any codebase.

61 installs/wk local only
CGIS Code Graph
by zaebee

Code graph for AI agents: impact analysis and call tracing for Python and TypeScript.

local only
CodeCartographer
by huginnindustries

Turn an unfamiliar codebase into validated architecture, contracts, and a reimplementation spec.

3 193 installs/wk local only
Evidrift
by bm1016bm-svg

Catch TypeScript API and OpenAPI contract drift in AI-generated code, then revalidate it in CI.

58 installs/wk local only
Video Vision MCP
by kitdevua

Analyze any video (local file or URL) into frames + transcript for Claude Code

168 installs/wk local only
Sonde
by anishmoncivarghese

Local code graph for TypeScript, Python and Swift: who calls this, what breaks if I change it.

70 installs/wk local only
Anythingmcp
by keysersoft

Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.

4 tools answering
MCP Openapi Runner
by saurav61091

Turn any OpenAPI 3.x spec into callable MCP tools for Claude. No custom integration code needed.

47 installs/wk local only

CloudArch Codeflow — questions

Answers built from our own checks of this server.

Why is there no uptime for CloudArch Codeflow?
CloudArch Codeflow runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @cloud-arch/mcp-codeflow was installed 20 times last week.
Is CloudArch Codeflow still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect CloudArch Codeflow?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @cloud-arch/mcp-codeflow straight from npm; nothing to host, nothing to sign up for.
How many people use CloudArch Codeflow?
The npm package @cloud-arch/mcp-codeflow was installed 20 times in the last week. Week over week that is -8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.