Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions registry/mermaid/spec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
url: https://mcp.mermaidchart.com/sse
description: The Mermaid MCP Server enables AI assistants to create, validate, and render Mermaid diagrams seamlessly
transport: sse
homepage: https://docs.mermaidchart.com/ai/mcp-server
author: Mermaid
tier: Official
status: Active
tags:
- remote
- diagrams
- visualization
- mermaid
tools:
# Renders Mermaid diagrams directly (Mermaid automatically
# validates during rendering). If successful, returns diagram image.
# If Mermaid validation fails, returns error details for fixing.
# One tool, one call, simple workflow.
- validate_and_render_mermaid_diagram
metadata:
stars: 0
pulls: 0
last_updated: 2025-10-31T22:51:30Z
Loading