Skip to content
Zed

agent immune for Zed

io.github.denial-web/agent-immune

AI agent security: prompt injection detection, semantic memory, output scanning, prompt hardening

client:Zed transport:stdio runtime:pypi

Install agent immune in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "agent-immune": {
      "command": "uvx",
      "args": [
        "agent-immune"
      ]
    }
  }
}

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

agent immune in other clients