Skip to content

Connect Cursor

Cursor connects to Trace natively. Add the server to your MCP config, then complete the OAuth sign-in when Cursor prompts you.

You need a Trace account on the Starter plan or higher. Connecting uses OAuth — you’ll sign in to Trace in your browser; there’s no API key to paste. Your Trace email must be verified, and some tools require the Pro plan. See Authentication for the full access model.

  1. Add Trace to your MCP config. Use ~/.cursor/mcp.json for all projects, or a project-local .cursor/mcp.json to scope it to one workspace:

    .cursor/mcp.json
    { "mcpServers": { "trace": { "url": "https://mcp.tracedata.ai/mcp" } } }
  2. Reopen Cursor’s MCP settings (or restart Cursor). Trace appears in the server list.

  3. When prompted, complete the OAuth sign-in in your browser. Log in to Trace and approve access.

  • See what Cursor can do with the connection in MCP tools.
  • Background on the server and transport: MCP overview.