Skip to content
Zed

verirun for Zed

io.github.baopeak/verirun

Execution-grounded verification for AI coding agents on Windows: evidence, not agent claims.

client:Zed transport:stdio runtime:npm

Install verirun in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "verirun": {
      "command": "npx",
      "args": [
        "-y",
        "verirun"
      ],
      "env": {
        "VERIRUN_ALLOW_INPUT_INJECTION": "<VERIRUN_ALLOW_INPUT_INJECTION>",
        "VERIRUN_ALLOW_ENDPOINT_REPIN": "<VERIRUN_ALLOW_ENDPOINT_REPIN>",
        "VERIRUN_DATA_DIR": "<VERIRUN_DATA_DIR>"
      }
    }
  }
}

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

verirun in other clients