kroki-mcp

andyjmorgan/kroki-mcp
★ 0 stars C# ⚙️ DevOps Updated 1d ago
an mcp server for kroki
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": {
    "kroki-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "andyjmorgan/kroki-mcp"
      ]
    }
  }
}

README Excerpt

An MCP server that wraps the Kroki dispatcher and exposes a single tool, `mermaid_render`, to render Mermaid diagrams to PNG/SVG and host them on an internet-addressable bucket with a 30-day TTL. ```mermaid flowchart LR Client[MCP Client] -->|HTTPS| CF[Cloudflare Tunnel] CF -->|HTTP| MCP[kroki-mcp] MCP -->|POST /mermaid/png| Kroki[kroki-dispatcher]

Tools (1)

mermaid_render