Odel
Vantio Gate

Vantio Gate

Local
@vantioai1JavaScriptUpdated 1w ago

Vantio Gate — Policy Latch dry-run evaluate for agents. No live enforce from MCP.

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@vantio/gate-mcpv0.1.0

Run

npx -y @vantio/gate-mcp

MCP client config

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