jdocmunch-mcp

jgravelle/jdocmunch-mcp
★ 150 stars Python 🤖 AI/LLM Updated 10d ago
The leading, most token-efficient MCP server for documentation exploration and retrieval via structured section indexing
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install jdocmunch-mcp

README Excerpt

<!-- mcp-name: io.github.jgravelle/jdocmunch-mcp --> Most AI agents still explore documentation the expensive way: open file → skim hundreds of irrelevant paragraphs → open another file → repeat That burns tokens, floods context windows with noise, and forces models to reason through a lot of text they never needed in the first place.

Tools (20)

ANTHROPIC_API_KEYDOC_INDEX_PATHGITHUB_TOKENGOOGLE_API_KEYJDOCMUNCH_EMBEDDING_PROVIDERJDOCMUNCH_SHARE_SAVINGSJDOCMUNCH_ST_MODELOPENAI_API_KEYdelete_indexget_broken_linksget_doc_coverageget_document_outlineget_sectionget_section_contextget_sectionsget_tocget_toc_treeindex_localindex_repoinit

Topics

claudeclaude-codedocsdocumentationllmmarkdownmcpmcp-servertoken-efficient