docfork
Up-to-date Docs for AI Agents.
Docfork allows users to define a 'Cabinet' that locks their AI agent's context to a verified stack, such as Next.js 16 combined with Drizzle ORM and Better Auth. This ensures that every query returns documentation exclusively from the specified libraries, eliminating irrelevant results and reducing the risk of hallucinations in AI responses. With access to over 10,000 pre-chunked libraries and code examples, users can expect rapid edge retrieval times of approximately 200 milliseconds. Additionally, Docfork is designed for team collaboration, enabling users to share their Cabinets with colleagues. This feature enhances productivity by providing a tailored documentation experience that aligns with the specific tools and libraries being used, making it easier for teams to access the information they need without sifting through unnecessary data.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"docfork": {
"args": [
"-y",
"docfork"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions