Skip to content
Gemini CLI

Aegis — AI Agent Governance for Gemini CLI

io.github.acacian/aegis

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

client:Gemini CLI transport:stdio runtime:pypi

Install Aegis — AI Agent Governance in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Aegis — AI Agent Governance in other clients