← Back to Plugins
MCP Server MCP

io.github.joesaby/doctree-mcp

github By github 👁 1 views ▲ 0 votes

BM25 search + tree navigation over markdown docs for AI agents. No embeddings, no LLM calls.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...