Docfork MCP provides precise documentation context for AI agents by locking them to specific tech stacks, ensuring that queries return only relevant documentation.
From the registry: Up-to-date docs for AI. DEPRECATED: Use io.github.docfork/docfork instead.

Please install the `docfork-mcp-docfork` 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 (authenticate via DOCFORK_API_KEY header, or /mcp/oauth for OAuth). Stdio launcher is the canonical local path.
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 the Docfork services.Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…