docs-mcp-server MCP Server
@xinlei413
关于 docs-mcp-server MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"DOC-Server-MCP": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"\\"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is docs-mcp-server MCP Server?
docs-mcp-server MCP Server is a Model Context Protocol server that fetches, indexes, and searches third-party package documentation. It scrapes content from websites, GitHub, npm, PyPI, or local files, and stores it in a SQLite database with full-text search. It also integrates with OpenRouter API for large language model chat/completions.
How to use docs-mcp-server MCP Server?
Run the server via Docker (recommended) or npx, configured in your MCP client settings (e.g., Claude, Cline, Roo). Set the required OPENAI_API_KEY environment variable and optionally configure embedding models. The server exposes MCP tools for scraping, searching, and managing documentation. Use the CLI to manage the index directly.
Key features of docs-mcp-server MCP Server
- Versatile scraping: websites, GitHub, npm, PyPI, or local files.
- Intelligent semantic content splitting for indexing.
- SQLite with FTS5 for robust full-text search.
- Asynchronous job handling for scraping and indexing tasks.
- OpenRouter API integration supporting many large language models.
- Simple deployment via Docker or npx.
Use cases of docs-mcp-server MCP Server
- Indexing documentation for libraries across multiple versions.
- Performing hybrid search (vector + full-text) across package docs.
- Using an AI assistant to query documentation from indexed packages.
- Automating documentation updates with background job management.
- Serving as a documentation retrieval tool within MCP‑enabled applications.
FAQ from docs-mcp-server MCP Server
How does docs-mcp-server MCP Server index documentation?
It scrapes content from specified URLs, splits it into meaningful chunks, and stores it in a SQLite database using FTS5 for full-text search. Vector embeddings are currently disabled.
What embedding providers are supported?
OpenAI, Google Vertex AI, Google Generative AI (Gemini), AWS Bedrock, and Azure OpenAI are supported via environment variables. However, embedding functionality is currently disabled and will throw errors.
Can I run docs-mcp-server MCP Server locally without Docker?
Yes, use npx: npx -y --package=@arabold/docs-mcp-server docs-server. Node.js must be installed, and the same method should be used for the CLI.
What environment variables are required?
OPENAI_API_KEY is required. Additional variables depend on the embedding provider (e.g., AZURE_OPENAI_API_KEY, AWS_ACCESS_KEY_ID, etc.). For OpenRouter chat, set OPENAI_API_BASE to the OpenRouter endpoint.
Does docs-mcp-server MCP Server support versioned documentation?
Yes, it supports storing and querying documentation for different library versions, including unversioned content, with distinct search capabilities.
记忆与知识 分类下的更多 MCP 服务器
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients
minutes
silversteinEvery meeting, every idea, every voice note — searchable by your AI. Open-source, privacy-first conversation memory layer.

Dash Api Docs Mcp Server
KapeliMCP server for Dash, the macOS API documentation browser
评论