io.github.joesaby/doctree-mcp✓
io.github.joesaby/doctree-mcp · v1.0.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.joesaby/doctree-mcp",
"description": "BM25 search + tree navigation over markdown docs for AI agents. No embeddings, no LLM calls.",
"repository": {
"url": "https://github.com/joesaby/doctree-mcp",
"source": "github"
},
"version": "1.0.1",
"packages": [
{
"registryType": "npm",
"identifier": "doctree-mcp",
"version": "1.0.1",
"runtimeHint": "bunx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to your markdown repository root",
"isRequired": true,
"name": "DOCS_ROOT"
},
{
"description": "Glob pattern for finding markdown files (default: **/*.md)",
"name": "DOCS_GLOB"
},
{
"description": "Multiple weighted collections: ./docs:1.0,./api:0.8 (alternative to DOCS_ROOT)",
"name": "DOCS_ROOTS"
},
{
"description": "Path to glossary.json for query expansion (default: $DOCS_ROOT/glossary.json)",
"name": "GLOSSARY_PATH"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}