Odel
jDocmunch MCP

jDocmunch MCP

Local
@jgravelle203PythonUpdated 6 days ago

Section-level doc search for .md, .rst, .adoc, .ipynb, .html, .yaml, .json, and OpenAPI specs.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIjdocmunch-mcpv1.139.1

Run

uvx jdocmunch-mcp

MCP client config

{
  "mcpServers": {
    "jdocmunch-mcp": {
      "command": "uvx",
      "args": [
        "jdocmunch-mcp"
      ]
    }
  }
}