Skip to main content
The Bitfab Cursor plugin is coming soon. In the meantime, you can connect Cursor to Bitfab via MCP for SDK setup and API key retrieval.

What’s Coming

The dedicated Cursor plugin will bring the full Bitfab evaluation workflow into Cursor, including:
  • Automatic instrumentation — Detect AI workflows in your codebase and add tracing with minimal diffs
  • Trace diagnostics — Inspect failures, search traces, and read full span details without leaving your editor
  • Replay testing — Generate and run replay scripts to regression-test against production data
  • Session notifications — Get alerted to trace failures and plugin updates on session start

Use Bitfab with Cursor Today

While the plugin is in development, you can connect Cursor to Bitfab’s MCP server for SDK setup assistance and API key retrieval. Add this to your .cursor/mcp.json (project-level) or ~/.cursor/mcp.json (global):
{
  "mcpServers": {
    "bitfab": {
      "type": "streamable-http",
      "url": "https://bitfab.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Visit the setup page to get a pre-configured snippet with your API key already embedded.
This gives Cursor access to two MCP tools:
  • setup_bitfab — Get a language-specific SDK setup guide with correct API usage and code examples
  • get_bitfab_api_key — Retrieve your API key for environment variable configuration
See the MCP Setup guide for more details.

Stay Updated

The Cursor plugin is under active development. Check back here or visit bitfab.ai for announcements.