Grounded Docs MCP Server
A local, open-source index of version-specific library documentation for AI coding assistants.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Coding agents that need version-specific library docs without sending code to a hosted service.
About Grounded Docs MCP Server
Grounded Docs (docs-mcp-server) fetches official documentation from websites, GitHub, npm, PyPI and local files and indexes it on your machine, so an assistant can query the exact library versions a project uses. It positions itself as an open-source alternative to Context7, Nia and Ref.Tools, and also works as a CLI.
Grounded Docs MCP Server is an open-source project written primarily in TypeScript, with 1.8k stars on GitHub. It was last updated in September 2026.
Add Grounded Docs MCP Server to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand.
Claude Code
claude mcp add grounded-docs-mcp -- npx @arabold/docs-mcp-server@latestCursor
{
"mcpServers": {
"grounded-docs-mcp": {
"command": "npx",
"args": ["@arabold/docs-mcp-server@latest"]
}
}
}VS Code
{
"servers": {
"grounded-docs-mcp": {
"type": "stdio",
"command": "npx",
"args": ["@arabold/docs-mcp-server@latest"]
}
}
}Claude Desktop
{
"mcpServers": {
"grounded-docs-mcp": {
"command": "npx",
"args": ["@arabold/docs-mcp-server@latest"]
}
}
}Codex
[mcp_servers.grounded-docs-mcp]
command = "npx"
args = ["@arabold/docs-mcp-server@latest"]Grounded Docs MCP Server vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Grounded Docs MCP Serverthis listing | 1.8k | TypeScript | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
See all 163 Grounded Docs MCP Server alternatives, compared →
