CloudArch Codeflow MCP server
Turn a TypeScript codebase into a live animated call-flow diagram on CloudArch.
17 downloads/wk
Reviews
Write oneNobody has reviewed CloudArch Codeflow yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
CloudArch Codeflow tools (2)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
analyze_codeflowAnalyse a TypeScript project and visualise the call flow from a given entry method/function as an animated CloudArch diagram. Walks the AST, builds a unified call graph (class methods AND module-level functions), reachability-traces from the entry, lays it out by architectural layer (controllers/services/repos/infra) detected from file paths, and publishes it. Detects Promise.all (rendered as para
list_entry_candidatesSuggest analyse-able entry points for a TypeScript project. Scans all classes and module-level functions, ranks them by 'how likely is this a flow start' \u2014 controllers/routes score highest, repos/infra lowest, action-style names (create*/update*/process*/handle*/...) get a bump, and entries with a richer reachable subgraph beat leaves. Use this BEFORE `analyze_codeflow` when you don't know th
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan3 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancerepository not readable: repo not found3/15
- Maintainer identityverified namespace with website, no repo4/10
Install directly
Runs npx -y @cloud-arch/mcp-codeflow on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add cloudarch-codeflow -- npx -y @cloud-arch/mcp-codeflow
CloudArch Codeflow: common questions
- Is CloudArch Codeflow MCP server safe?
- With care: it is graded C, so read the findings first (58/100). Read the CloudArch Codeflow safety report
- How do I install CloudArch Codeflow?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does CloudArch Codeflow need an API key?
- Yes. The registry entry asks for
CLOUDARCH_API_KEY. - Is CloudArch Codeflow maintained?
- The latest release is v0.1.1.