mcpbeat Sign in

Doctree MCP Server

local only

Doctree MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 24 installs a week from npm. Last commit 12 Jun 2026.

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

Installs per day peak 24 · avg 6 · -11% w/w
a month agotoday
24
Installs / week
npm · doctree-mcp
1
Stars
5 open issues
12 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Doctree MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add doctree-mcp -- npx -y doctree-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "doctree-mcp": {
      "args": [
        "-y",
        "doctree-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.doctree-mcp]
command = "npx"
args = ["-y", "doctree-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "doctree-mcp": {
      "args": [
        "-y",
        "doctree-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "doctree-mcp": {
      "args": [
        "-y",
        "doctree-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DOCS_ROOT (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)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Doctree MCP

same job, measured the same way
Opensolr MCP
by opensolr

Managed Apache Solr for agents: hybrid BM25+kNN search, server-side embeddings, RAG answers

637 installs/wk local only
memex
by ayushagrawal288

Persistent memory for AI agents — semantic + recency search, ONNX embeddings, Docker Compose.

local only
garnet-mcp
by tarazou9

RAG memory for LLM agents over Garnet Vector Sets: store text as embeddings, recall by meaning.

local only
Engram
by hbarefoot

Local-first persistent memory for AI agents — SQLite + local embeddings, MCP-native, no cloud.

82 installs/wk local only
gigachat-mcp
by theyahia

MCP server for GigaChat — AI chat, embeddings, image generation (Russia)

63 installs/wk local only
Grok Chat
by codechap

MCP server for the xAI Grok API — chat, vision, search, and embeddings

local only
deAPI MCP Server
by deapi-ai

35 AI tools for image/video generation, TTS, transcription, OCR & embeddings via deAPI

answering
I
trelix
by sairam0424

Semantic code search for AI agents — hybrid BM25+vector, call-graph, 20+ languages.

1 185 installs/wk local only

Doctree MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Doctree MCP?
Doctree MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package doctree-mcp was installed 24 times last week.
How do I connect Doctree MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls doctree-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Doctree MCP?
The npm package doctree-mcp was installed 24 times in the last week. Week over week that is -11%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Doctree MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 5 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.