MCP Directory
Back

docs-mcp-server

by arabold · TypeScript · ★ 1,493

Grounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools

#agentic-ai#copilot#cursor#llm#mcp#vscode#windsurf

Install

npx -y github:arabold/docs-mcp-server

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "docs-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:arabold/docs-mcp-server"
      ]
    }
  }
}

From the README

**Docs MCP Server** solves the problem of AI hallucinations and outdated knowledge by providing a personal, always-current documentation index for your AI coding assistant. It fetches official docs from websites, GitHub, npm, PyPI, and local files, allowing your AI to query the exact version you are using. The open-source alternative to **Context7**, **Nia**, and **Ref.Tools**. - ✅ **Up-to-Date Context:** Fetches documentation directly from official sources on demand. - 🎯 **Version-Specific:** Queries target the exact library versions in your project. - 💡 **Reduces Hallucinations:**…
Read full README on GitHub →

Related developer tools servers