Docr
БесплатноНе проверенUniversal MCP server for documentation with llms.txt support
Описание
Universal MCP server for documentation with llms.txt support
README
docr-mcp
A framework for building MCP servers that give LLMs access to any documentation.
Give LLMs the ability to search and read documentation from any source - public or private, official or internal. Stop getting outdated answers. Start getting accurate information directly from current docs.
Why docr-mcp?
The Problem: LLMs give you outdated answers based on their training data. They don't know about the latest API changes, new features, or the specific libraries and tools you use daily.
The Solution: docr-mcp provides a proven framework to connect any documentation to LLMs through MCP servers. Give your AI assistant real-time access to current documentation - from popular libraries to your internal tools.
Key Features:
- Universal framework for any documentation site (public or private)
- Smart BM25 search with code-aware tokenization and relevance ranking
- Full customization - control parsing, indexing, search, and tool descriptions
- Production ready - 88 tests (unit + E2E), secure by default, proper resource management
- Easy to extend - YAML config + Python implementation to add any library
Supported Documentation
| Library | Status | Tests | Install Command (Claude Code) |
|---|---|---|---|
| Strands Agents | ✅ | claude mcp add docr-mcp-strands -- uvx docr-mcp --library strands |
|
| Vercel | ✅ | claude mcp add docr-mcp-vercel -- uvx docr-mcp --library vercel |
|
| Twilio | ✅ | claude mcp add docr-mcp-twilio -- uvx docr-mcp --library twilio |
|
| OpenAI | ✅ | claude mcp add docr-mcp-openai -- uvx docr-mcp --library openai |
|
| Stripe | ✅ | claude mcp add docr-mcp-stripe -- uvx docr-mcp --library stripe |
|
| Anthropic | ✅ | claude mcp add docr-mcp-anthropic -- uvx docr-mcp --library anthropic |
Want to add a library? See CONTRIBUTING.md for guidelines.
Usage
Public Documentation
After installation, ask your AI assistant to search documentation:
Search Strands docs for "agent state"
What is agent-loop in Strands?
Show me how to use model providers in Strands
Authenticated Documentation (Private/Internal Docs)
Need to access private or internal documentation behind authentication? docr-mcp supports cookie-based authentication for SSO-protected sites.
Simply create a YAML config file with your cookies and domain - no code changes required.
📖 See the Authenticated Docs Guide for step-by-step instructions.
How It Works
graph LR
A[Index Source] --> B[Build BM25 Index]
B --> C[Query]
C --> D[Search Index]
D --> E[Fetch Live Docs]
E --> F[LLM Response]
- Startup: Fetch index source (llms.txt, sitemap) and build searchable BM25 index
- Query: Search pre-built index, then fetch live documentation from URLs
- Search: BM25 ranking with code-aware tokenization and field weighting
License
MIT
Установка Docr
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/JacobHuang91/docr-mcpFAQ
Docr MCP бесплатный?
Да, Docr MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Docr?
Нет, Docr работает без API-ключей и переменных окружения.
Docr — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Docr в Claude Desktop, Claude Code или Cursor?
Открой Docr на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Docr with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
