What is the Vantio Gate MCP server?
Vantio Gate — Policy Latch dry-run evaluate for agents. No live enforce from MCP.
How to install Vantio Gate
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
VANTIO_API_KEYsecretOptional Pro API key for gate_get_policy / gate_residual_risk against your control plane
VANTIO_API_BASEOptional Pro API base URL (default https://api.vantio.ai)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"vantio-gate": {
"command": "npx",
"args": [
"-y",
"@vantio/gate-mcp"
],
"env": {
"VANTIO_API_KEY": "<YOUR_VANTIO_API_KEY>",
"VANTIO_API_BASE": "<YOUR_VANTIO_API_BASE>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"vantio-gate": {
"command": "npx",
"args": [
"-y",
"@vantio/gate-mcp"
],
"env": {
"VANTIO_API_KEY": "<YOUR_VANTIO_API_KEY>",
"VANTIO_API_BASE": "<YOUR_VANTIO_API_BASE>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"vantio-gate": {
"command": "npx",
"args": [
"-y",
"@vantio/gate-mcp"
],
"env": {
"VANTIO_API_KEY": "<YOUR_VANTIO_API_KEY>",
"VANTIO_API_BASE": "<YOUR_VANTIO_API_BASE>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"vantio-gate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vantio/gate-mcp"
],
"env": {
"VANTIO_API_KEY": "<YOUR_VANTIO_API_KEY>",
"VANTIO_API_BASE": "<YOUR_VANTIO_API_BASE>"
}
}
}
}Claude Code
claude mcp add vantio-gate --env VANTIO_API_KEY=<YOUR_VANTIO_API_KEY> --env VANTIO_API_BASE=<YOUR_VANTIO_API_BASE> -- npx -y @vantio/gate-mcpRelated MCP servers
Vantio Optics
Active
Vantio Optics — read-only Sight Loop observe for agents. Proofs, hosts, upgrade path.
1
View repository →JavaScript