Skip to content
Zed

Infraveil Control Plane for Zed

io.github.infraveilhq/control-plane

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

client:Zed transport:stdio runtime:pypi

Install Infraveil Control Plane in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "control-plane": {
      "command": "uvx",
      "args": [
        "infraveil-mcp"
      ],
      "env": {
        "INFRAVEIL_BASE_URL": "<INFRAVEIL_BASE_URL>",
        "INFRAVEIL_CLIENT_ID": "<INFRAVEIL_CLIENT_ID>",
        "INFRAVEIL_AGENT_ID": "<INFRAVEIL_AGENT_ID>",
        "INFRAVEIL_AGENT_TOKEN": "<INFRAVEIL_AGENT_TOKEN>",
        "INFRAVEIL_AGENT_FILE": "<INFRAVEIL_AGENT_FILE>",
        "INFRAVEIL_VERIFY_RESPONSES": "<INFRAVEIL_VERIFY_RESPONSES>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Infraveil Control Plane in other clients