mermaid-claude-verify-mcp

sevsev9/mermaid-claude-verify-mcp
★ 0 stars Unknown language 🤖 AI/LLM Updated today
A MCP server that allows agents to check mermaid.js syntax in markdown documents
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mermaid-claude-verif": {
      "command": "npx",
      "args": [
        "-y",
        "sevsev9/mermaid-claude-verify-mcp"
      ]
    }
  }
}