Skip to content
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Grounded Docs MCP Server logo
MCP server

Grounded Docs MCP Server

Indexes library documentation locally so queries answer for the version actually in your lockfile.

0
SaveVisit website ↗

Add it to your client

Official
Install
npx @arabold/docs-mcp-server@latest
mcpServers
{
  "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.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?