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.

コメント

「その他」の他のコンテンツ