Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From process-siren
Runs locally via stdio to provide Mermaid diagramming tools for creating, validating, and rendering text-based diagrams like flowcharts, sequence diagrams, Gantt charts, and ERDs.
npx claudepluginhub jamie-bitflight/claude_skills --plugin process-sirenCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"mcp-mermaid": {
"command": "npx",
"args": [
"-y",
"mcp-mermaid@latest"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.