Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Agentic Mermaid

NPM · AGENTIC-MERMAID · 2 COMPONENTS · SCANNED SEP 20

Render, verify, describe, and safely edit Mermaid diagrams through MCP.

0 this week 88 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 0 of 17 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to adewale/agentic-mermaid). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 50 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability57
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 4378 tokens (~1094/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management80
  • Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "execute" implies "execute" and declares readOnlyHint instead, contradicting what its own name says it does. See how to fix → Fail
  • An AI judge read all 5 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the Agentic Mermaid MCP server?

Agentic Mermaid runs locally as an npm package, launched with npx -y agentic-mermaid. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · agentic-mermaid

# add to Claude Code
claude mcp add adewale-agentic-mermaid -- npx -y agentic-mermaid
// .cursor/mcp.json
{
  "mcpServers": {
    "adewale-agentic-mermaid": {
      "command": "npx",
      "args": [
        "-y",
        "agentic-mermaid"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "adewale-agentic-mermaid": {
      "command": "npx",
      "args": [
        "-y",
        "agentic-mermaid"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add adewale-agentic-mermaid -- npx -y agentic-mermaid
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "adewale-agentic-mermaid": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "agentic-mermaid"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add adewale-agentic-mermaid --command npx --arg -y --arg agentic-mermaid
# ~/.hermes/config.yaml
mcp_servers:
  adewale-agentic-mermaid:
    command: "npx"
    args: ["-y", "agentic-mermaid"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "adewale-agentic-mermaid": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "agentic-mermaid"
      ]
    }
  }
}
# add to Vellum
assistant mcp add adewale-agentic-mermaid -t stdio -c npx -a -y agentic-mermaid
// mcp.json
{
  "mcpServers": {
    "adewale-agentic-mermaid": {
      "command": "npx",
      "args": [
        "-y",
        "agentic-mermaid"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 18 Sept 26 +1
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 −3
    • Stability: pass → 0.83 functional
  • 12 Sept 26 +1
    • Stability: 0.97 → pass security
  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 8 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/agentic-mermaid@0.4.1

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo adewale/agentic-mermaid
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/adewale/agentic-mermaid/.github/workflows/publish.yml@refs/tags/v0.4.1
Rekor log index 2300587948
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:cccb552664f81d113a86c57123554d43e4d64e337fbd1d897065e86f6b4ccd595514ad5aee275789f32e69b5c51a7df065a868bc116289323b6165841

Background: How many MCP packages publish verified provenance →

Dependencies 17 packages
Packages resolved 17
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 4 exposed · ~4,171 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
describe ~105

Describe a Mermaid diagram. format=text returns { ok, text } with one or two summary sentences; format=json returns { ok, tree } with the AX tree; format=facts returns { ok, facts } with deterministic semantic fact lines for machine checking (for example edge A -> B : label, member Duck +quack()).

NameTypeReqDescription
formatstringtext (default), json AX tree, or facts semantic read-back.
sourcestringyesMermaid source.

No output schema declared.

No examples provided.

describe_sdk ~106

Return version-matched mutation operations for one diagram family. Use detail=signatures for the compact op menu or detail=fields (default) for exact field types, required flags, enum values, defaults, and constraints. Call this before build, mutate, or execute when the family schema is not already known.

NameTypeReqDescription
detailstringsignatures for a compact menu; fields for the complete schema (default).
familystringyesDiagram family whose mutation operations are needed.

No output schema declared.

No examples provided.

execute ~3,659

Run JavaScript in a sandboxed node:vm context; return a value. One call composes edits. Submit JavaScript; declaration types are guidance. No promises, async/await, dynamic import, or type annotations. SDK declaration: type DiagramKind = 'flowchart' | 'state' | 'sequence' | 'timeline' | 'class' | 'er' | 'journey' | 'architecture' | 'xychart' | 'pie' | 'quadrant' | 'gantt' | 'mindmap' | 'gitgraph' | 'radar' type MutationOp = { kind: string; [field: string]: unknown } type Result<T, E = { code: string; message: string }> = { ok: true; value: T } | { ok: false; error: E } interface SourceLocation { readonly line: number; readonly col: number } interface SourceMapSpans { readonly preserved: PreservedSourceSpans; readonly nodes: ReadonlyMap<string, SourceSpan>; readonly edges: ReadonlyMap<string, SourceSpan>; readonly groups: ReadonlyMap<string, SourceSpan>; readonly labels: ReadonlyMap<string, SourceSpan> } interface SourceMap { readonly nodes: ReadonlyMap<string, SourceLocation>; readonly edges: ReadonlyMap<string, SourceLocation>; readonly groups: ReadonlyMap<string, SourceLocation>; readonly labels: ReadonlyMap<string, SourceLocation>; readonly spans?: SourceMapSpans } interface ValidDiagram { readonly kind: DiagramKind; readonly source: SourceMap } type ExternalFamilyId = `family:${string}` interface ExtensionCompatibility { readonly [contract: string]: string | undefined readonly core?: string readonly scene?: string } interface ExtensionProvenance { readonly owner: string; readonly source: string; readonly reference?: string } interface ExtensionIdentity<Kind extends string = string> { readonly id: `${Kind}:${string}` readonly kind: Kind readonly version: string readonly compatibility: ExtensionCompatibility readonly provenance: ExtensionProvenance } interface SourceSpanPoint { readonly offset: number; readonly line: number; readonly col: number } interface SourceSpan { readonly start: SourceSpanPoint; readonly end: SourceSpanPoint } interface Pre…

NameTypeReqDescription
codestringyesJavaScript to execute; mermaid.* SDK is global.
timeoutMsintegerOptional hard timeout (default 5000ms).

No output schema declared.

No examples provided.

render_png ~301

Rasterize a Mermaid source string to PNG. By default returns base64-encoded PNG bytes. Set output to "file" or "url" to write a managed artifact instead; artifact responses include {path?, url?, mimeType, bytes, sha256}. File/URL artifacts are generated under the MCP server's artifact directory with safe names, size limits, and TTL cleanup. Uses bundled resvg + Inter (DejaVu Sans fallback) for same-machine cross-runtime determinism where verified. Agentic Mermaid outputs SVG, PNG, ASCII, Unicode, and JSON layout. For non-PNG output, use execute() with mermaid.renderMermaidSVG, mermaid.renderMermaidASCII (useAscii true for ASCII, false for Unicode), or verifyMermaid(...).layout — those are streaming text/data and don't need a dedicated tool.

NameTypeReqDescription
backgroundstringPortable basic color or hex color painted behind the raster artifact.
fitToobjectExactly one output width or height constraint.
fontDirsarrayTrusted native host directories searched for additional fonts.
loadSystemFontsbooleanAllow the native rasterizer to load machine-dependent system fonts.
optionsobjectShared advanced RenderOptions object.
outputstringPNG return mode (default base64).
scalenumberPositive output scale used when no fitTo constraint is supplied.
sourcestringyesMermaid source.

No output schema declared.

No examples provided.

Common questions

What is the Agentic Mermaid MCP server?

Agentic Mermaid is an MCP server listed in the public MCP registry as io.github.adewale/agentic-mermaid. Render, verify, describe, and safely edit Mermaid diagrams through MCP. This page covers its npm package (agentic-mermaid).

Is the Agentic Mermaid MCP server safe to use?

Agentic Mermaid scores 88 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Agentic Mermaid MCP server expose?

Agentic Mermaid exposes 4 tools: execute, describe_sdk, render_png, describe. Their descriptions and schemas cost roughly 4,171 tokens of context every time the server is loaded.

Is the Agentic Mermaid MCP server still maintained?

Agentic Mermaid is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Agentic Mermaid MCP server under?

Agentic Mermaid declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.