Odel
doctree mcp

doctree mcp

Local
@joesaby1TypeScriptMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmdoctree-mcpv1.0.1

Run

npx -y doctree-mcp

MCP client config

{
  "mcpServers": {
    "doctree-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "doctree-mcp"
      ]
    }
  }
}