vantagate mcp server for Windsurf
io.github.aderix/vantagate-mcp-server
VantaGate MCP Server & OpenAPI integration - Human-in-the-Loop for AI Agents
client:Windsurf
transport:stdio
runtime:npm
Install vantagate mcp server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"vantagate-mcp-server": {
"command": "npx",
"args": [
"-y",
"@vantagate/mcp-server"
],
"env": {
"VANTA_API_KEY": "<VANTA_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs