Skip to content
Claude Desktop

Aegis — AI Agent Governance for Claude Desktop

io.github.acacian/aegis

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

client:Claude Desktop transport:stdio runtime:pypi

Install Aegis — AI Agent Governance in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Aegis — AI Agent Governance in other clients