Skip to content
Zed

Aegis for Zed

io.github.verrysimatupang99/aegis

Charter-bound defensive security copilot: secrets, obfuscation, deps, Dockerfile, IaC scans.

client:Zed transport:stdio runtime:pypi

Install Aegis 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": [
        "aegis-sec"
      ],
      "env": {
        "AEGIS_HOME": "<AEGIS_HOME>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

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

Aegis in other clients