Skip to content
Cursor

QA Radar for Cursor

io.github.muratkus/qaradar

Tells AI agents which files to test first — churn, coverage, and test mapping as risk scores.

client:Cursor transport:stdio runtime:pypi

Install QA Radar in Cursor

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

{
  "mcpServers": {
    "qaradar": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "qaradar"
      ]
    }
  }
}

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

QA Radar in other clients