Used by 1 plugin
Generates Mermaid diagrams from text descriptions via the mcp-mermaid service.
Add to your .mcp.json:
{
"mcpServers": {
"mcp-mermaid": {
"command": "npx",
"args": [
"-y",
"mcp-mermaid"
]
}
}
}npx