moritalous/mermaid-doc-mcp-server
If you are the rightful owner of mermaid-doc-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Mermaid Doc MCP Server is a server for generating Mermaid documents.
Tools
Functions exposed to the LLM to take actions
get_diagram_doc
Retrieve the documentation content for a specific Mermaid diagram.
Args: diagram_name (DiagramType): The name of the diagram. Possible values are: 'architecture', 'block', 'c4', 'classDiagram', 'entityRelationshipDiagram', 'examples', 'flowchart', 'gantt', 'gitgraph', 'kanban', 'mindmap', 'packet', 'pie', 'quadrantChart', 'radar', 'requirementDiagram', 'sankey', 'sequenceDiagram', 'stateDiagram', 'timeline', 'userJourney', 'xyChart', 'zenuml'. These are case sensitive strings.
Returns: str: The documentation content as a string, or an empty string if the diagram is not found.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client