GittyBurstein/mermaid-mcp-server
🐍 ☁️ - MCP server that turns local projects or GitHub repositories into Mermaid diagrams and renders them via Kroki.
New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.
Install guide → Connected Apps: GittyBurstein/mermaid-mcp-server Claude Desktop
Installation Guide
Run command: npx -y @modelcontextprotocol/server-gittyburstein-mermaid-mcp-server
Detailed Documentation
🐍 ☁️ - MCP server that turns local projects or GitHub repositories into Mermaid diagrams and renders them via Kroki.
Configuration
{
"mcpServers": {
"gittyburstein-mermaid-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gittyburstein-mermaid-mcp-server"
],
"env": {}
}
}
}