MCP.so
登录

Diagrammo (dgmo)

@diagrammo

关于 Diagrammo (dgmo)

MCP server for rendering DGMO diagrams. Generate sequence diagrams, flowcharts, ER diagrams, C4 architecture, gantt charts, kanban, sitemaps, mind maps, and 30+ other chart types from concise text markup.

基本信息

分类

其他

传输方式

stdio

发布者

diagrammo

提交者

Demian Neidetcher

配置

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

{
  "mcpServers": {
    "dgmo": {
      "command": "npx",
      "args": [
        "-y",
        "@diagrammo/dgmo-mcp"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is Diagrammo (dgmo)?

Diagrammo (dgmo) is an MCP server that renders 35+ diagram types — sequence, flowchart, ER, C4, gantt, kanban, mindmap, infrastructure, sitemap, journey map, tech radar, and more — to SVG or PNG from concise text markup. It outputs renders locally with no API key required and can produce shareable online.diagrammo.app URLs or open diagrams in the local Diagrammo desktop app.

How to use Diagrammo (dgmo)?

Install by adding the dgmo entry to your Claude Desktop or Claude Code configuration using npx -y @diagrammo/dgmo-mcp. After restarting the client, the tools appear automatically. Use tools like render_diagram, share_diagram, open_in_app, list_chart_types, get_language_reference, preview_diagram, and generate_report.

Key features of Diagrammo (dgmo)

  • Render 35+ diagram types from text markup
  • Output to SVG or PNG
  • Fully local rendering — no API key needed
  • Generate persistent shareable online.diagrammo.app URLs
  • Open diagrams in the local Diagrammo desktop app
  • 10 built-in color palettes with light/dark themes

Use cases of Diagrammo (dgmo)

  • Create a sequence diagram for an OAuth 2.0 authorization code flow and get a share link
  • Render a C4 container diagram for a typical SaaS app architecture
  • Build a 6-month gantt chart for shipping a mobile app
  • Generate infrastructure diagrams, mindmaps, or tech radars from text
  • Produce multi-section HTML reports with table of contents

FAQ from Diagrammo (dgmo)

How does Diagrammo (dgmo) compare to Mermaid?

dgmo offers beautiful defaults with 10 built-in palettes, supports more diagram types (ER schemas, C4, kanban, infrastructure, tech radar, etc.), generates persistent share links, and requires no API key — all rendering is local.

What dependencies or runtime are required?

The server runs via npx, so Node.js and npm must be installed on your machine. No additional dependencies or accounts are needed.

Where does my diagram data live?

All rendering happens locally on your machine. Your diagram text and data never leave your computer. Share links encode the diagram markup in the URL but are hosted on diagrammo.app.

What transports and authentication does the server use?

The MCP server communicates over standard stdio transport. No API key, authentication, or external services are required for rendering.

Are there any known limits or unsupported features?

The README does not describe any specific limits. All 35+ chart types are fully supported locally. The server provides a get_language_reference tool to fetch full syntax documentation.

评论

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