Skip to content
Zed

Vantio Gate for Zed

io.github.vantioai/vantio-gate

Vantio Gate — Policy Latch dry-run evaluate for agents. No live enforce from MCP.

client:Zed transport:stdio runtime:npm

Install Vantio Gate 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": {
    "vantio-gate": {
      "command": "npx",
      "args": [
        "-y",
        "@vantio/gate-mcp"
      ],
      "env": {
        "VANTIO_API_KEY": "<VANTIO_API_KEY>",
        "VANTIO_API_BASE": "<VANTIO_API_BASE>"
      }
    }
  }
}

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

Vantio Gate in other clients