MCP.so
登录
D

Diagrams

@ByteOverDev

关于 Diagrams

MCP server for generating cloud architecture diagrams, flowcharts, sequence diagrams, and more — powered by mingrammer/diagrams, Mermaid, and PlantUML.

基本信息

分类

其他

传输方式

stdio

发布者

ByteOverDev

提交者

Mykola Skrypets

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "diagrams-mcp": {
      "command": "uvx",
      "args": [
        "diagrams-mcp-server"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Diagrams?

Diagrams is an MCP server for generating cloud architecture diagrams, flowcharts, sequence diagrams, and more, powered by three rendering engines: mingrammer/diagrams, Mermaid, and PlantUML.

How to use Diagrams?

Connect to the public hosted server by adding its URL to your MCP client configuration (e.g., Claude Desktop, Claude Code, Cursor, Windsurf, VS Code). For local usage, install via uvx or pip, ensure required dependencies (mainly Graphviz), and configure your client.

Key features of Diagrams

  • Three rendering engines: mingrammer/diagrams, Mermaid, PlantUML
  • Hosted server available with no installation required
  • Tools for discovering provider nodes, services, and equivalents
  • Renders cloud architecture, flowcharts, sequence diagrams, and more
  • Supports cross-provider equivalence lookup
  • Provides reference documentation via MCP resource URIs

Use cases of Diagrams

  • Generate AWS cloud architecture diagrams programmatically
  • Create CI/CD pipeline flowcharts with Mermaid
  • Render sequence diagrams for authentication flows
  • Find equivalent services across cloud providers (e.g., AWS to GCP)
  • Quickly produce UML diagrams for documentation or presentations

FAQ from Diagrams

Do I need to install anything locally to use Diagrams?

No. The hosted server has all dependencies pre-installed. Local installation requires Graphviz, and optionally Mermaid CLI and PlantUML.

What rendering engines does Diagrams support?

Three: mingrammer/diagrams for cloud architecture, Mermaid for flowcharts/sequence diagrams, and PlantUML for UML diagrams.

How do I connect to the hosted Diagrams server?

Add its URL (https://diagrams-mcp-production.up.railway.app/mcp) to your MCP client configuration as shown in the README.

Can I find equivalent services across cloud providers?

Yes, use the find_equivalent tool to discover equivalent nodes (e.g., AWS EC2 to GCP Compute Engine).

What diagram types can Diagrams generate?

Cloud architecture diagrams, flowcharts, sequence diagrams, class diagrams, ER diagrams, state diagrams, Gantt charts, component diagrams, activity diagrams, and more, depending on the engine.

评论

其他 分类下的更多 MCP 服务器