Vantio Gate for Cursor
io.github.vantioai/vantio-gate
Vantio Gate — Policy Latch dry-run evaluate for agents. No live enforce from MCP.
client:Cursor
transport:stdio
runtime:npm
Install Vantio Gate in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vantio-gate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vantio/gate-mcp"
],
"env": {
"VANTIO_API_KEY": "<VANTIO_API_KEY>",
"VANTIO_API_BASE": "<VANTIO_API_BASE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs