Skip to content
VS Code

judgevet for VS Code

io.github.alberto-codes/judgevet

Ask TypeSafe Jev yes/no, choice and score questions and receive structured model judgments.

client:VS Code transport:stdio runtime:pypi

Install judgevet in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "jev-api--key",
      "description": "JEV_API__KEY",
      "password": true
    }
  ],
  "servers": {
    "judgevet": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "judgevet"
      ],
      "env": {
        "JEV_API__KEY": "${input:jev-api--key}"
      }
    }
  }
}

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

judgevet in other clients