Skip to content

Commit 94d05ac

Browse files
jhrozekJGalegoactions-user
authored
Add Mermaid MCP server (#339)
* Add Mermaid MCP server Signed-off-by: João Galego <[email protected]> * chore: update tool lists for MCP servers\n\nWarning added for servers:\n- mermaid\n\nAutomatically updated using 'thv mcp list' command.\n\nCo-authored-by: jhrozek <[email protected]> --------- Signed-off-by: João Galego <[email protected]> Co-authored-by: João Galego <[email protected]> Co-authored-by: GitHub Action <[email protected]>
1 parent 0d15f7a commit 94d05ac

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

registry/mermaid/spec.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# WARNING: Tool list fetch failed on 2025-11-01
2+
# Manual verification may be required
3+
url: https://mcp.mermaidchart.com/sse
4+
description: The Mermaid MCP Server enables AI assistants to create, validate, and render Mermaid diagrams seamlessly
5+
transport: sse
6+
homepage: https://docs.mermaidchart.com/ai/mcp-server
7+
author: Mermaid
8+
tier: Official
9+
status: Active
10+
tags:
11+
- remote
12+
- diagrams
13+
- visualization
14+
- mermaid
15+
tools:
16+
# Renders Mermaid diagrams directly (Mermaid automatically
17+
# validates during rendering). If successful, returns diagram image.
18+
# If Mermaid validation fails, returns error details for fixing.
19+
# One tool, one call, simple workflow.
20+
- validate_and_render_mermaid_diagram
21+
metadata:
22+
stars: 0
23+
pulls: 0
24+
last_updated: 2025-10-31T22:51:30Z

0 commit comments

Comments
 (0)