architecture_diagram
ActiveTool of cloud.redu/mcp
Read-only. Fetches EVERY resource on your redu.cloud account (VMs, volumes, private networks, managed databases: Postgres/MySQL/MariaDB/ClickHouse/Redis/Qdrant, load balancers, and DNS access points) and renders ONE Mermaid diagram of the whole account, grouped into per-private-network subgraphs with repetition collapsed into count nodes (e.g. "App VM x12"). Returns report_markdown to save as redu_architecture_diagram.md at the repo root, PLUS a redu_md_section that enriches the repo's redu.md with the current account topology, so the NEXT deploy is account-aware: it integrates with services that already exist and picks models/versions/sizes that fit the stack (better decisions, not just avoiding duplicate networks/databases). Nothing is created or changed.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"include_managed": {
"type": "boolean",
"description": "Include managed databases (Postgres/MySQL/MariaDB/ClickHouse/Redis/Qdrant) in the map (default true)."
},
"include_volumes": {
"type": "boolean",
"description": "Include block volumes in the map (default true)."
},
"include_load_balancers": {
"type": "boolean",
"description": "Include load balancers in the map (default true)."
}
},
"additionalProperties": false
}Parent server
cloud.redu/mcp
1/7 registries