Mermaid Doc MCP Server
Mermaid Doc MCP Server is a server for generating Mermaid documents.
Features
- List Diagrams: List all available Mermaid diagram names in the documentation.
- Retrieve Documentation: Retrieve the documentation content for a specific Mermaid diagram.
Prerequisites
Installation Requirements
- Install
uvfrom Astral or the GitHub README - Install Python 3.10 or newer using
uv python install 3.10(or a more recent version)
Installation
To add this MCP server to your Amazon Q or Claude, add the following to your MCP config file. With Amazon Q, create (if does not yet exist) a file named .amazonq/mcp.json under the same directory that is running q chat. Then add the following config:
{
"mcpServers": {
"mermaid-doc-mcp-server": {
"command": "uvx",
"args": ["mermaid-doc-mcp-server@latest"]
}
}
}
Tools
list_diagrams
List all available Mermaid diagram names in the documentation.
def list_diagrams() -> list:
get_diagram_doc
Retrieve the documentation content for a specific Mermaid diagram.
def get_diagram_doc(diagram_name: str) -> str:
Release files for mermaid-doc-mcp-server 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mermaid_doc_mcp_server-0.2.0.tar.gz | 474.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mermaid_doc_mcp_server-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 949.1 kB
Release files / mermaid_doc_mcp_server-0.2.0.tar.gz
| Download URL | mermaid_doc_mcp_server-0.2.0.tar.gz |
|---|---|
| Size | 474.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5f0e1360366f226b63b205b4bd3e026927da931bf655c7357e149b3608acfb5e
|
|
BLAKE2b-256 checksum How to use checksums |
b456e380abc50c70c41778b94d948b0f6c36e06e78ad2388cac2b6e978709414
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.12.9
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Apr 10, 2025.
Transparency logRelease files / mermaid_doc_mcp_server-0.2.0-py3-none-any.whl
| Download URL | mermaid_doc_mcp_server-0.2.0-py3-none-any.whl |
|---|---|
| Size | 474.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
378aebb7fb07ac56ba0a6e5b47ebf185679daae05515c6caf68f32cdf3cf096f
|
|
BLAKE2b-256 checksum How to use checksums |
fd37a6e6a4451a213ac887e6edc06d4b0cb622763b9426681ef4fa56dff670ec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.12.9
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Apr 10, 2025.
Transparency log