Skip to content
Claude Desktop

Vantio Gate for Claude Desktop

io.github.vantioai/vantio-gate

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

client:Claude Desktop transport:stdio runtime:npm

Install Vantio Gate in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "vantio-gate": {
      "command": "npx",
      "args": [
        "-y",
        "@vantio/gate-mcp"
      ],
      "env": {
        "VANTIO_API_KEY": "<VANTIO_API_KEY>",
        "VANTIO_API_BASE": "<VANTIO_API_BASE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Vantio Gate in other clients