io.github.joesaby/doctree-mcp
Quality Score
82
/100
BM25 search + tree navigation over markdown docs for AI agents. No embeddings, no LLM calls.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"doctree-mcp": {
"command": "npx",
"args": [
"-y",
"doctree-mcp"
],
"env": {
"DOCS_ROOT": "<docs_root>",
"DOCS_GLOB": "<docs_glob>",
"DOCS_ROOTS": "<docs_roots>",
"GLOSSARY_PATH": "<glossary_path>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"doctree-mcp": {
"command": "npx",
"args": [
"-y",
"doctree-mcp"
],
"env": {
"DOCS_ROOT": "<docs_root>",
"DOCS_GLOB": "<docs_glob>",
"DOCS_ROOTS": "<docs_roots>",
"GLOSSARY_PATH": "<glossary_path>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y doctree-mcp§02 Environment variables
DOCS_ROOTrequired
Path 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)
§03 MCP Quality Score · methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
10
§04 Alternatives in Documents & Spreadsheets
ac.tandem/docs-mcp
ac.tandem/docs-mcp
Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
ai.adramp/google-ads
ai.adramp/google-ads
Google Ads MCP server — manage campaigns, keywords, and metrics.
AutEng MCP - Markdown Publishing & Document Share Links
ai.auteng/docs
Publish markdown documents as public share links with mermaid diagram support. Built by AutEng.ai