Skip to content
Zed

veris for Zed

io.github.vighriday/veris

Behavioral verification intelligence for AI coding agents. 17 MCP tools. Local-first. MIT.

client:Zed transport:stdio runtime:npm

Install veris 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": {
    "veris": {
      "command": "npx",
      "args": [
        "-y",
        "veris-core"
      ],
      "env": {
        "VERIS_STATE_DISABLED": "<VERIS_STATE_DISABLED>",
        "VERIS_PLUGINS_DISABLED": "<VERIS_PLUGINS_DISABLED>",
        "VERIS_CONFIDENCE_THRESHOLD": "<VERIS_CONFIDENCE_THRESHOLD>"
      }
    }
  }
}

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

veris in other clients