Skip to content
Dashboard

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. 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. 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.