CloudArch Codeflow
Rank #72,696ru.cloud-arch/cloudarch-codeflow
Turn a TypeScript codebase into a live animated call-flow diagram on CloudArch.
CloudArch Codeflow is a Model Context Protocol (MCP) server published by lamp-labs. It ranks #72,696 of 132,113 servers tracked on MCP Toplist. CloudArch Codeflow is listed on Official MCP, with 1 tracked version. It was first listed on Aug 29, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 59,417 of 132,113 servers on MCP Toplist.
Use CloudArch Codeflow
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add cloudarch-codeflow -e "CLOUDARCH_API_KEY=<your CLOUDARCH_API_KEY>" -e "CLOUDARCH_API_URL=<your CLOUDARCH_API_URL>" -- npx -y @cloud-arch/mcp-codeflowReplace each placeholder with your own value before saving.
[mcp_servers.cloudarch-codeflow]
command = "npx"
args = ["-y", "@cloud-arch/mcp-codeflow"]
[mcp_servers.cloudarch-codeflow.env]
CLOUDARCH_API_KEY = "<your CLOUDARCH_API_KEY>"
CLOUDARCH_API_URL = "<your CLOUDARCH_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloudarch-codeflow": {
"command": "npx",
"args": [
"-y",
"@cloud-arch/mcp-codeflow"
],
"env": {
"CLOUDARCH_API_KEY": "<your CLOUDARCH_API_KEY>",
"CLOUDARCH_API_URL": "<your CLOUDARCH_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloudarch-codeflow": {
"command": "npx",
"args": [
"-y",
"@cloud-arch/mcp-codeflow"
],
"env": {
"CLOUDARCH_API_KEY": "<your CLOUDARCH_API_KEY>",
"CLOUDARCH_API_URL": "<your CLOUDARCH_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"cloudarch-codeflow": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cloud-arch/mcp-codeflow"
],
"env": {
"CLOUDARCH_API_KEY": "<your CLOUDARCH_API_KEY>",
"CLOUDARCH_API_URL": "<your CLOUDARCH_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloudarch-codeflow": {
"command": "npx",
"args": [
"-y",
"@cloud-arch/mcp-codeflow"
],
"env": {
"CLOUDARCH_API_KEY": "<your CLOUDARCH_API_KEY>",
"CLOUDARCH_API_URL": "<your CLOUDARCH_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloudarch-codeflow": {
"command": "npx",
"args": [
"-y",
"@cloud-arch/mcp-codeflow"
],
"env": {
"CLOUDARCH_API_KEY": "<your CLOUDARCH_API_KEY>",
"CLOUDARCH_API_URL": "<your CLOUDARCH_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/ru.cloud-arch%2Fcloudarch-codeflow)<a href="https://mcptoplist.com/server/ru.cloud-arch%2Fcloudarch-codeflow"><img src="https://mcptoplist.com/badge/ru.cloud-arch%2Fcloudarch-codeflow.svg" alt="MCP Toplist: #72,696 of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
lamp-labs
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Aug 29, 2026 |
Frequently asked questions
- Who maintains CloudArch Codeflow?
- CloudArch Codeflow is maintained by lamp-labs, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is CloudArch Codeflow listed on the Official MCP Registry?
- Yes — CloudArch Codeflow is listed on the Official MCP Registry.
- How many versions does CloudArch Codeflow have?
- MCP Toplist tracks 1 version of CloudArch Codeflow, most recently published on Aug 29, 2026.
- Where can I find the source code for CloudArch Codeflow?
- The source code for CloudArch Codeflow is hosted at github.com/lamp-labs/cloud-arch.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.