Skip to content
Cursor

tesults mcp for Cursor

io.github.tesults/tesults-mcp

Ask your AI agent why your tests are failing. Instant analysis on failures and regressions.

client:Cursor transport:stdio runtime:npm

Install tesults mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tesults-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tesults-mcp"
      ],
      "env": {
        "TESULTS_API_TOKEN": "<TESULTS_API_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

tesults mcp in other clients