MCP.so
登录

Mermaid Doc MCP Server

@moritalous

关于 Mermaid Doc MCP Server

暂无概览

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

moritalous

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mermaid-doc-mcp-server": {
      "command": "uvx",
      "args": [
        "mermaid-doc-mcp-server@latest"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器