Skip to content
Windsurf

VERAX for Windsurf

io.github.verax-ai/verax

The body an agent asks before it acts: decide, approve, and keep a signed record on your machine.

client:Windsurf transport:stdio runtime:npm

Install VERAX in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "verax": {
      "command": "npx",
      "args": [
        "-y",
        "@verax-ai/body"
      ],
      "env": {
        "VERAX_ISSUER": "<VERAX_ISSUER>",
        "VERAX_JWKS_URL": "<VERAX_JWKS_URL>",
        "VERAX_AUDIENCE": "<VERAX_AUDIENCE>",
        "VERAX_STATE_DIR": "<VERAX_STATE_DIR>",
        "VERAX_POLICY_FILE": "<VERAX_POLICY_FILE>",
        "VERAX_BIND": "<VERAX_BIND>",
        "VERAX_INVENTORY_FILE": "<VERAX_INVENTORY_FILE>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

VERAX in other clients