Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From claude-mermaid
Custom MCP server running a local Node.js process. Purpose unclear from configuration alone.
npx claudepluginhub veelenga/claude-mermaid --plugin claude-mermaidCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"mermaid": {
"command": "npx",
"args": [
"-y",
"claude-mermaid"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.