claude mcp add joesaby-doctree-mcp -- npx -y doctree-mcp
{
"mcpServers": {
"joesaby-doctree-mcp": {
"command": "npx",
"args": ["-y", "doctree-mcp"]
}
}
}
{
"mcpServers": {
"joesaby-doctree-mcp": {
"command": "npx",
"args": ["-y", "doctree-mcp"]
}
}
}
{
"mcpServers": {
"joesaby-doctree-mcp": {
"command": "npx",
"args": ["-y", "doctree-mcp"]
}
}
}
About This MCP Server
The doctree-mcp server is a search tool that enables BM25 search and tree navigation over markdown documents for AI agents, providing a method for them to access and retrieve information from documentation without relying on embeddings or large language model calls. It can be used by developers to integrate search functionality into their applications, particularly those utilizing AI coding assistants. This server is available as an npm package and can be connected to via stdio, allowing for straightforward integration into existing workflows.
BM25 search + tree navigation over markdown docs for AI agents. No embeddings, no LLM calls.. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with search & web scraping capabilities via the stdio transport.
Package
doctree-mcp on npm
HOW TO USE
Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on npm.
What tools does it provide?
The doctree-mcp server extends your AI assistant with search & web scraping capabilities. Once installed, your AI can use its tools automatically.