Mmcp.market

CloudArch Codeflow MCP server

by cloud-arch.ru·ru.cloud-arch/cloudarch-codeflow·v0.1.1

Turn a TypeScript codebase into a live animated call-flow diagram on CloudArch.

C58/100grade C
What users say
No reviews yet
Be the first
Safety scan
C58/100

full report

Adoption
New

17 downloads/wk

Reviews

Write one

Nobody 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 posts

Read from the package source without running it. The installed server may list more.

  • analyze_codeflow

    Analyse 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_candidates

    Suggest 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

no findings
  • 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
Overall 58/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

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
Add to Cursor

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.

More from cloud-arch.ru