← agentic-mermaid.dev

INDIVIDUAL MCP TOOL

mutate

Apply a list of structured edit ops to an existing Mermaid `source` and return the edited diagram.

agentic-mermaid.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://agentic-mermaid.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for mutate and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

agentic-mermaid.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agentic-mermaid-hosted]
url = "https://agentic-mermaid.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentic-mermaid-hosted": {
      "type": "http",
      "url": "https://agentic-mermaid.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentic-mermaid-hosted
Remote MCP URL: https://agentic-mermaid.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agentic-mermaid-hosted": {
      "url": "https://agentic-mermaid.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentic-mermaid-hosted": {
      "type": "http",
      "url": "https://agentic-mermaid.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentic-mermaid-hosted",
  "transport": "streamable-http",
  "url": "https://agentic-mermaid.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • execute — Run JavaScript in an isolated sandbox; return a value.
  • describe_sdk — Return version-matched mutation operations for one diagram family.
  • render_svg — Render a Mermaid source string to themeable SVG.
  • render_ascii — Render a Mermaid source string to text.
  • render_png — Rasterize a Mermaid source string to PNG.
  • verify — Parse and verify a Mermaid diagram without rendering it.
  • describe — Describe a Mermaid diagram.
  • build — Author a new Mermaid diagram from blank by folding a list of structured ops over an empty diagram of `family`.