Skip to content
Zed

Aegis — AI Agent Governance for Zed

io.github.acacian/aegis

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

client:Zed transport:stdio runtime:pypi

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

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

Aegis — AI Agent Governance in other clients