Skip to main content
Architecture & DesignPython

GittyBurstein/mermaid-mcp-server

MCP server that turns local projects or GitHub repositories into Mermaid diagrams and renders them via Kroki.

architecture-designcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/GittyBurstein/mermaid-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "mermaid-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "GittyBurstein/mermaid-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Architecture & Design
Language
Python
Author
GittyBurstein