What is the io.github.joesaby/doctree-mcp MCP server?
BM25 search + tree navigation over markdown docs for AI agents. No embeddings, no LLM calls.
How to install io.github.joesaby/doctree-mcp
Copy-paste configuration for popular MCP clients.
DOCS_ROOTrequiredPath to your markdown repository root
DOCS_GLOBGlob pattern for finding markdown files (default: **/*.md)
DOCS_ROOTSMultiple weighted collections: ./docs:1.0,./api:0.8 (alternative to DOCS_ROOT)
GLOSSARY_PATHPath to glossary.json for query expansion (default: $DOCS_ROOT/glossary.json)
{
"mcpServers": {
"doctree-mcp": {
"command": "bunx",
"args": [
"-y",
"doctree-mcp"
],
"env": {
"DOCS_ROOT": "<YOUR_DOCS_ROOT>",
"DOCS_GLOB": "<YOUR_DOCS_GLOB>",
"DOCS_ROOTS": "<YOUR_DOCS_ROOTS>",
"GLOSSARY_PATH": "<YOUR_GLOSSARY_PATH>"
}
}
}
}{
"mcpServers": {
"doctree-mcp": {
"command": "bunx",
"args": [
"-y",
"doctree-mcp"
],
"env": {
"DOCS_ROOT": "<YOUR_DOCS_ROOT>",
"DOCS_GLOB": "<YOUR_DOCS_GLOB>",
"DOCS_ROOTS": "<YOUR_DOCS_ROOTS>",
"GLOSSARY_PATH": "<YOUR_GLOSSARY_PATH>"
}
}
}
}{
"mcpServers": {
"doctree-mcp": {
"command": "bunx",
"args": [
"-y",
"doctree-mcp"
],
"env": {
"DOCS_ROOT": "<YOUR_DOCS_ROOT>",
"DOCS_GLOB": "<YOUR_DOCS_GLOB>",
"DOCS_ROOTS": "<YOUR_DOCS_ROOTS>",
"GLOSSARY_PATH": "<YOUR_GLOSSARY_PATH>"
}
}
}
}{
"servers": {
"doctree-mcp": {
"type": "stdio",
"command": "bunx",
"args": [
"-y",
"doctree-mcp"
],
"env": {
"DOCS_ROOT": "<YOUR_DOCS_ROOT>",
"DOCS_GLOB": "<YOUR_DOCS_GLOB>",
"DOCS_ROOTS": "<YOUR_DOCS_ROOTS>",
"GLOSSARY_PATH": "<YOUR_GLOSSARY_PATH>"
}
}
}
}claude mcp add doctree-mcp --env DOCS_ROOT=<YOUR_DOCS_ROOT> --env DOCS_GLOB=<YOUR_DOCS_GLOB> --env DOCS_ROOTS=<YOUR_DOCS_ROOTS> --env GLOSSARY_PATH=<YOUR_GLOSSARY_PATH> -- bunx -y doctree-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.