#261 · Primary category: AI Coding Assistants
docs-mcp-server
Grounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
Project last updated:08/29/26
GitHub Stars
1.7K
Forks
180
Contributors
19
License
MIT
Why we included this project
AI coding assistants are only as good as the documentation they can see, and this server keeps that documentation matched to the exact versions you have installed. It pulls official docs from sites like GitHub, npm, and PyPI, or straight from your own local folders, then serves them to any MCP-compatible client such as Claude, Cline, or Copilot. Queries resolve against the library versions in your project, so answers come from the docs you actually use rather than whatever the model last saw during training. Everything runs locally, so your code and queries never leave your network. If you are tired of correcting hallucinated API calls, this is a practical way to keep your assistant honest and current.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.