Skip to content
Zed

Aperion Shield for Zed

io.github.aperionai/shield

Local guardrail proxy that blocks destructive MCP tool calls, rug pulls, and tool poisoning

client:Zed transport:stdio runtime:oci

Install Aperion Shield in Zed

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

{
  "context_servers": {
    "shield": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aperionai/shield:shield-v1.0.1"
      ]
    }
  }
}

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

Aperion Shield in other clients