Mermaid Doc MCP Server
@moritalous
About Mermaid Doc MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mermaid-doc-mcp-server": {
"command": "uvx",
"args": [
"mermaid-doc-mcp-server@latest"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mermaid Doc MCP Server?
Mermaid Doc MCP Server is a server for generating Mermaid documents. It provides tools to list available Mermaid diagram names and retrieve their documentation content.
How to use Mermaid Doc MCP Server?
Install uv and Python 3.10 or newer, then add the server to your MCP configuration file (e.g., .amazonq/mcp.json for Amazon Q) using the uvx command with mermaid-doc-mcp-server@latest.
Key features of Mermaid Doc MCP Server
- List all available Mermaid diagram names.
- Retrieve documentation for a specific diagram.
Use cases of Mermaid Doc MCP Server
- Quickly look up documentation for a Mermaid diagram type.
- Integrate Mermaid diagram reference into an AI-assisted development workflow.
- Automate generation of Mermaid documentation for learning or teaching.
FAQ from Mermaid Doc MCP Server
What is the Mermaid Doc MCP Server?
It is an MCP server that provides access to Mermaid diagram documentation through tools that list diagram names and retrieve their content.
What are the prerequisites to use it?
You need to install uv (from Astral) and Python 3.10 or newer (using uv python install 3.10).
How do I configure the server?
Add the JSON configuration shown in the README to your MCP config file (e.g., .amazonq/mcp.json for Amazon Q or Claude’s config).
What tools does the server provide?
It provides list_diagrams (returns a list of diagram names) and get_diagram_doc (returns documentation for a given diagram name as a string).
What transport does it use?
The server is invoked via uvx with a command-line argument, implying it uses the standard MCP stdio transport.
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome Mlops
visengerA curated list of references for MLOps
ghidraMCP
LaurieWiredMCP Server for Ghidra
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments