Knowledge Systems
Trust: 39/100 (Limited)io.github.joesaby/doctree-mcp Guide
BM25 search + tree navigation over markdown docs for AI agents. No embeddings, no LLM calls.
by joesaby
Quick Start
Install
npx doctree-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-joesaby-doctree-mcp": {
"command": "npx",
"args": [
"doctree-mcp"
]
}
}
}