Grounded Docs MCP Server
Indexes library documentation locally so queries answer for the version actually in your lockfile.
Add it to your client
Officialnpx @arabold/docs-mcp-server@latest
{
"mcpServers": {
"docs-mcp-server": {
"command": "npx",
"args": [
"@arabold/docs-mcp-server@latest"
]
}
}
}- Transport
- stdio
- Runtime
- Node
- Auth
- Not required
- License
- MIT
- Stars
- 1,687
Hosted documentation tools answer for whatever version their crawler last saw, which is the wrong answer for a project pinned two minors back. Here you run the indexer yourself and name the version when you scrape, so a search returns the API that exists in the release you depend on. Sources are broad: documentation websites, GitHub repositories, npm and PyPI packages, local folders and zip archives, with PDF, Office, EPUB, notebook and source-code files parsed rather than skipped. Everything stays on the machine, which is what makes it usable where an internal SDK cannot be sent to a third-party service. There is a CLI for scraping and searching alongside the MCP interface, so indexes can be built in a script.
Similar MCP servers
Meilisearch MCP
MCP serverOperates a Meilisearch instance, not just its search endpoint.
GitMCP
MCP serverTurns any public GitHub repository into a documentation endpoint addressed by its own URL.
Needle MCP Server
MCP serverBuilds and searches Needle document collections so PDFs, DOCX and XLSX files answer questions.

Comments(0)
Sign in to comment