Docfork MCP provides precise documentation context for AI agents by allowing users to define a 'Cabinet' that restricts queries to specific libraries and frameworks.
From the registry: @latest documentation and code examples to 9000+ libraries for LLMs and AI code editors in a singl…

Please install the `docfork-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Get API key** — Sign up for a free Docfork API key (1,000 requests/month). (https://app.docfork.com/signup)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","docfork","--api-key","<your-docfork-api-key>"]
Note: Also available as a hosted remote endpoint at https://mcp.docfork.com/mcp (DOCFORK_API_KEY header, or /mcp/oauth for OAuth).
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.DOCFORK_API_KEYrequiredAPI key required for authentication to access Docfork services.Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…