Skip to content
Claude Desktop

vantagate mcp server for Claude Desktop

io.github.aderix/vantagate-mcp-server

VantaGate MCP Server & OpenAPI integration - Human-in-the-Loop for AI Agents

client:Claude Desktop transport:stdio runtime:npm

Install vantagate mcp server 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": {
    "vantagate-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@vantagate/mcp-server"
      ],
      "env": {
        "VANTA_API_KEY": "<VANTA_API_KEY>"
      }
    }
  }
}

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

vantagate mcp server in other clients