Skip to content
Zed

QA Radar for Zed

io.github.muratkus/qaradar

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

client:Zed transport:stdio runtime:pypi

Install QA Radar in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

QA Radar in other clients