by docfork
Docfork - Up-to-date Docs for AI Agents.
# Add to your Claude Code skills
git clone https://github.com/docfork/docfork<a href="https://cursor.com/deeplink/mcp-install-dark.svg"><img src="https://cursor.com/deeplink/mcp-install-dark.svg" height="32" alt="Add to Cursor"/></a> <a href="https://app.docfork.com/signup"><img src="https://img.shields.io/badge/Get%20Free%20API%20Key-F02A2B?style=for-the-badge&logo=fire&logoColor=white" height="32" alt="Get Free API Key"/></a>
<a href="https://docfork.com"><img alt="Website" src="https://img.shields.io/badge/Website-docfork.com-blue?style=flat-square" /></a> <a href="https://www.npmjs.com/package/docfork"><img alt="npm" src="https://img.shields.io/npm/v/docfork?style=flat-square&color=red" /></a> <a href="./LICENSE"><img alt="License" src="https://img.shields.io/npm/l/docfork?style=flat-square" /></a>
Stop hallucinations, context bloat, and outdated APIs.
Professional developers use Docfork to enforce context isolation with project-specific Cabinets. By hard-locking your LLM to a verified stack, you ensure deterministic accuracy and minimal token overhead, eliminating the latency and context bloat of general-purpose indexes.
Other context MCPs treat docs like a general search engine; Docfork treats it like a deterministic build artifact:
✅ Context Isolation: Use Cabinets to hard-lock your agent to a verified stack (e.g. Next.js + Better Auth) to stop context poisoning from unwanted libraries.
✅ SOTA Index: 10,000+ libraries, pre-chunked and ready. ~200ms global edge-cached retrieval for Markdown docs & code snippets.
✅ Team-First: Standardize your organization's context with API keys & Cabinets so every engineer—and agent—is on the same page.
Grab a free key at docfork.com.
Go to: Settings -> Cursor Settings -> MCP -> Add new global MCP server
Pasting the following configuration into your Cursor ~/.cursor/mcp.json file is the recommended approach. You may also install in a specific project by creating .cursor/mcp.json in your project folder. See Cursor MCP docs for more info.
Since Cursor 1.0, you can click the install buttons below for instant one-click installation.
{
"mcpServers": {
"docfork": {
"url": "https://mcp.docfork.com/mcp",
"headers": {
"DOCFORK_API_KEY": "YOUR_API_KEY"
}
}
...