Loading MCP server directory, please wait...
BM25 search + tree navigation over markdown docs for AI agents. No embeddings, no LLM calls.
npx @getmcp/cli add io.github.joesaby/doctree-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
DOCS_ROOTPath to your markdown repository root
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.joesaby/doctree-mcp": {
"command": "bunx",
"args": [
"doctree-mcp"
],
"env": {
"DOCS_ROOT": "",
"DOCS_GLOB": "",
"DOCS_ROOTS": "",
"GLOSSARY_PATH": ""
}
}
}
}