Connect Cursor
Cursor connects to Trace natively. Add the server to your MCP config, then complete the OAuth sign-in when Cursor prompts you.
Before you start
Section titled “Before you start”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.
-
Add Trace to your MCP config. Use
~/.cursor/mcp.jsonfor all projects, or a project-local.cursor/mcp.jsonto scope it to one workspace:.cursor/mcp.json { "mcpServers": { "trace": { "url": "https://mcp.tracedata.ai/mcp" } } } -
Reopen Cursor’s MCP settings (or restart Cursor). Trace appears in the server list.
-
When prompted, complete the OAuth sign-in in your browser. Log in to Trace and approve access.
Next steps
Section titled “Next steps”- See what Cursor can do with the connection in MCP tools.
- Background on the server and transport: MCP overview.