Skip to content
Windsurf

Aegis — AI Agent Governance for Windsurf

io.github.acacian/aegis

Policy-based governance for AI agent tool calls. YAML policy, approval gates, audit logging.

client:Windsurf transport:stdio runtime:pypi

Install Aegis — AI Agent Governance 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": {
    "aegis": {
      "command": "uvx",
      "args": [
        "agent-aegis"
      ],
      "env": {
        "AEGIS_POLICY_PATH": "<AEGIS_POLICY_PATH>"
      }
    }
  }
}

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

Aegis — AI Agent Governance in other clients