You're viewing a demo portfolio

Join the waitlist
PRSM

architecture_diagram

Active

Tool of cloud.redu/mcp

declared in 2.0.0

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
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

cloud.redu/mcp

1/7 registries
View full server →
architecture_diagram — cloud.redu/mcp — PRSM MCP