Docs MCP Server
ActiveDescription
Grounded Docs MCP Server providing precise technical documentation retrieval for AI coding assistants, an open-source alternative to Context7.
Key Features
- Fetches documentation from websites, GitHub repos, npm, PyPI, and local files on demand
- Version-specific queries targeting exact library versions in your project
- Supports 90+ source code languages plus HTML, Markdown, PDF, Office docs, and archives
- Optional semantic embedding models (OpenAI, Ollama, Gemini) for vector-based search
- Runs entirely local — your code and data never leave your machine
- Web UI for managing documentation indexes, compatible with all MCP clients
Use Cases
Categories
Quick Start
npx @arabold/docs-mcp-server@latest scrape <name> <url> → npx @arabold/docs-mcp-server@latest search <name> '<query>' → Optional: start MCP server with npx → Open Web UI at localhost:6280 → Connect MCP client via SSE endpoint → Enable embedding model for semantic search