Loading...
Preparing to open Cursor
Preparing to open Cursor
Download Cursor to get started. Available for macOS, Windows, and Linux.
Download CursorWhen writing or debugging code that involves third-party libraries, frameworks, or APIs, use Docfork MCP `search_docs` and `fetch_doc` tools rather than relying on training data. **Two defaults to follow every time:** - Start `library` with a short name or keyword (e.g., `nextjs`, `zod`). Use the `owner/repo` from the result URL for follow-up calls, never guess it upfront. - After finding a relevant result, call `fetch_doc` to get the full content. Search results are summaries only. Skip Docfork when: - Language built-ins, general algorithms, syntax stable across versions - Code or docs the user has already provided in context When uncertain, default to using Docfork.