Skip to content
Windsurf

Infraveil Control Plane for Windsurf

io.github.infraveilhq/control-plane

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

client:Windsurf transport:stdio runtime:pypi

Install Infraveil Control Plane in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Infraveil Control Plane in other clients