← Back to Plugins
MCP Server MCP

io.github.docdiagram/docdiagram-mcp

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

DocDiagram MCP server - embedded diagrams in MDX docs

Verified source

Install

uvx docdiagram-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "docdiagram-mcp",
      "version": "0.3.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "DocDiagram personal API key",
          "isRequired": true,
          "isSecret": true,
          "name": "DOCDIAGRAM_API_KEY"
        },
        {
          "description": "Override base URL for self-hosted deployments",
          "name": "DOCDIAGRAM_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...