PluginBench
MCP Server

io.github.joesaby/doctree-mcp MCP Server

io.github.joesaby/doctree-mcp

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • DOCS_ROOT
    required

    Path to your markdown repository root

  • DOCS_GLOB

    Glob pattern for finding markdown files (default: **/*.md)

  • DOCS_ROOTS

    Multiple weighted collections: ./docs:1.0,./api:0.8 (alternative to DOCS_ROOT)

  • GLOSSARY_PATH

    Path to glossary.json for query expansion (default: $DOCS_ROOT/glossary.json)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →