GittyBurstein/mermaid-mcp-server
MCP server that turns local projects or GitHub repositories into Mermaid diagrams and renders them via Kroki.
Quick Start
Clone the repository:
git clone https://github.com/GittyBurstein/mermaid-mcp-serverClaude 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.