Skip to content
VS Code

Verdict QA for VS Code

io.github.artjack/verdict

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

client:VS Code transport:stdio runtime:pypi

Install Verdict QA in VS Code

.vscode/mcp.json

{
  "servers": {
    "verdict": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "verdict-qa-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Verdict QA in other clients