Skip to content
Zed

Verdict QA for Zed

io.github.artjack/verdict

Read-only MCP server over Verdict QA state: verdicts, findings, flaky quarantine, history.

client:Zed transport:stdio runtime:pypi

Install Verdict QA in Zed

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

{
  "context_servers": {
    "verdict": {
      "command": "uvx",
      "args": [
        "verdict-qa-mcp"
      ]
    }
  }
}

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

Verdict QA in other clients