by jgravelle · MCP 服务器 · ★ 182
Stop Feeding Documentation Trees to Your AI 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. jDocMunch-MCP lets AI agents navigate documentation by section instead of reading files by brute force. It indexes a documentation set once, then retrieves exactly the section the agent actually needs, with byte-precise extraction from the original file. Index once.
| Stars | 182 |
| Forks | 43 |
| Language | Python |
| Category | MCP 服务器 |
| Quality Score | 64.166/100 |
| Last Updated | 2026-06-16 |
| Created | 2026-03-04 |
| Platforms | claude-code, mcp, python |
| Est. Tokens | ~18k |
These tools work well together with jdocmunch-mcp for enhanced workflows:
Explore other popular mcp 服务器 tools:
jdocmunch-mcp is The leading, most token-efficient MCP server for documentation exploration and retrieval via structured section indexing. It is categorized as a MCP 服务器 with 182 GitHub stars.
jdocmunch-mcp is primarily written in Python. It covers topics such as claude, claude-code, docs.
You can find installation instructions and usage details in the jdocmunch-mcp GitHub repository at github.com/jgravelle/jdocmunch-mcp. The project has 182 stars and 43 forks, indicating an active community.