Odel
vantagate mcp server

vantagate mcp server

Local
@aderix1JavaScriptMITUpdated 4mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@vantagate/mcp-serverv1.0.2

Run

npx -y @vantagate/mcp-server

MCP client config

{
  "mcpServers": {
    "vantagate-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@vantagate/mcp-server"
      ]
    }
  }
}