Odel
dgmo mcp

dgmo mcp

Local
@diagrammo3TypeScriptMITUpdated 5 days ago

Generate 40+ diagram types from text; render locally to SVG/PNG, open in the Diagrammo editor

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@diagrammo/dgmo-mcpv0.29.1

Run

npx -y @diagrammo/dgmo-mcp

MCP client config

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