Vantio Gate for Windsurf
io.github.vantioai/vantio-gate
Vantio Gate — Policy Latch dry-run evaluate for agents. No live enforce from MCP.
client:Windsurf
transport:stdio
runtime:npm
Install Vantio Gate in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"vantio-gate": {
"command": "npx",
"args": [
"-y",
"@vantio/gate-mcp"
],
"env": {
"VANTIO_API_KEY": "<VANTIO_API_KEY>",
"VANTIO_API_BASE": "<VANTIO_API_BASE>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs