Skip to content
Claude Desktop

QA Radar for Claude Desktop

io.github.muratkus/qaradar

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

client:Claude Desktop transport:stdio runtime:pypi

Install QA Radar in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

QA Radar in other clients