← Back to browse

Infraveil Control Plane

Indexed by io.github.infraveilhq

About

Govern your backend control plane from your AI agent - signed, human-approval-gated.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsINFRAVEIL_BASE_URL INFRAVEIL_CLIENT_ID INFRAVEIL_AGENT_ID INFRAVEIL_AGENT_TOKEN INFRAVEIL_AGENT_FILE INFRAVEIL_VERIFY_RESPONSES
Claude Code
claude mcp add --env INFRAVEIL_BASE_URL= --env INFRAVEIL_CLIENT_ID= --env INFRAVEIL_AGENT_ID= --env INFRAVEIL_AGENT_TOKEN= --env INFRAVEIL_AGENT_FILE= --env INFRAVEIL_VERIFY_RESPONSES= control-plane -- uvx infraveil-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"control-plane","command":"uvx","args":["infraveil-mcp"],"env":{"INFRAVEIL_BASE_URL":"","INFRAVEIL_CLIENT_ID":"","INFRAVEIL_AGENT_ID":"","INFRAVEIL_AGENT_TOKEN":"","INFRAVEIL_AGENT_FILE":"","INFRAVEIL_VERIFY_RESPONSES":""}}'
JSON
{
  "mcpServers": {
    "control-plane": {
      "command": "uvx",
      "args": [
        "infraveil-mcp"
      ],
      "env": {
        "INFRAVEIL_BASE_URL": "",
        "INFRAVEIL_CLIENT_ID": "",
        "INFRAVEIL_AGENT_ID": "",
        "INFRAVEIL_AGENT_TOKEN": "",
        "INFRAVEIL_AGENT_FILE": "",
        "INFRAVEIL_VERIFY_RESPONSES": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.