← Back to Plugins
MCP Server MCP

Vantio Gate

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @vantio/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@vantio/gate-mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional Pro API key for gate_get_policy / gate_residual_risk against your control plane",
          "format": "string",
          "isSecret": true,
          "name": "VANTIO_API_KEY"
        },
        {
          "description": "Optional Pro API base URL (default https://api.vantio.ai)",
          "format": "string",
          "name": "VANTIO_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...