Skip to content
VS Code

verdict mcp for VS Code

io.github.dgotlieb/verdict-mcp

Sandboxed test runs for coding agents: compact typed verdicts with failure fingerprints and history

client:VS Code transport:stdio runtime:pypi

Install verdict mcp in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "verdict-project",
      "description": "VERDICT_PROJECT",
      "password": true
    }
  ],
  "servers": {
    "verdict-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "verdict-mcp"
      ],
      "env": {
        "VERDICT_PROJECT": "${input:verdict-project}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

verdict mcp in other clients