Agentic Mermaid MCP Server

Beautiful diagrams, made with your agent. Agentic Mermaid is an open-source Mermaid toolkit for people who want AI agents to create diagrams that look finished: SVG and PNG renders, ASCII and Unicode for review, deterministic layout, and Style + Palette controls for brand colors, typography, strokes, fills, and backdrops.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-22 · ★ 48 · #48 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Agentic Mermaid

Claude Code

claude mcp add adewale-agentic-mermaid --transport http https://agentic-mermaid.dev/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "adewale-agentic-mermaid": {
      "url": "https://agentic-mermaid.dev/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://agentic-mermaid.dev/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to agentic-mermaid.dev

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

repository a fork of another project - check the upstream repo before trusting releases

license MIT - declared in the repository

npm package agentic-mermaid - unscoped; check the name against the project README before installing

registry namespace io.github.adewale is GitHub-verified and matches the repo owner

03 · What Agentic Mermaid can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.4.1 · 2026-07-31

Highlights · Published one canonical MCP Registry identity, io.github.adewale/agentic-mermaid, covering both the npm stdio package and hosted Streamable HTTP endpoint. · Added human-readable titles across the local and…

v0.4.0 · 2026-07-29

Highlights · Hardened the hosted-MCP skill and deterministic request oracle with exact production request shapes, schema-error recovery, mutation/build flows, and privacy/size fallback guidance. · Expanded the…

v0.3.2 · 2026-07-27

Fix hosted PNG verifier bootstrap · Serve MCP 2025-11-25 and the 2026-07-28 stateless era, with the test and CI work it exposed

04 · Who maintains Agentic Mermaid

Agentic Mermaid is maintained by adewale. We track 2 MCP servers from adewale - 2 actively maintained, 51 combined GitHub stars, oldest repo from Dec 2025. Full record: all servers from adewale.

  1. Keyboardia Create, co-edit, analyze, publish, and export collaborative step-sequencer sessions through MCP. ★ 3

05 · Facts

category
other - ranked #48 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
9 releases in the last 90 days (latest 2026-07-31)
registry
io.github.adewale/agentic-mermaid (active, first published 2026-07-10 · 8 versions)
packages
npm:agentic-mermaid

06 · Agentic Mermaid FAQ

What is Agentic Mermaid?

Beautiful diagrams, made with your agent. Agentic Mermaid is an open-source Mermaid toolkit for people who want AI agents to create diagrams that look finished: SVG and PNG renders, ASCII and Unicode for review, deterministic layout, and Style + Palette controls for brand colors, typography, strokes, fills, and backdrops.

Is Agentic Mermaid still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-22 and it shipped 9 releases in the last 90 days. We re-verify nightly.

How do I install Agentic Mermaid?

Run `npx -y agentic-mermaid`. You can also paste the ready-made client config above.

Does Agentic Mermaid require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Agentic Mermaid