Odel
Infraveil Control Plane

Infraveil Control Plane

Local
@infraveilhqPythonAGPL-3.0Updated 2mo ago

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

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).

PyPIinfraveil-mcpv0.1.1

Run

uvx infraveil-mcp

MCP client config

{
  "mcpServers": {
    "infraveil-control-plane": {
      "command": "uvx",
      "args": [
        "infraveil-mcp"
      ]
    }
  }
}