MCP Server
MCP
Agentic Mermaid
Render, verify, describe, and safely edit Mermaid diagrams through MCP.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://agentic-mermaid.dev/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "agentic-mermaid",
"version": "0.4.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-y",
"type": "positional"
}
],
"packageArguments": [
{
"value": "mcp",
"type": "positional"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment