Skip to content

ai agent firewall for Zed

com.fidacy/ai-agent-firewall

Every agent action watched, every money-moving one gated, every verdict independently verifiable.

client:Zed transport:stdio runtime:npm

Install ai agent firewall 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": {
    "ai-agent-firewall": {
      "command": "npx",
      "args": [
        "-y",
        "@fidacy/mcp"
      ],
      "env": {
        "FIDACY_ENGINE_API_KEY": "<FIDACY_ENGINE_API_KEY>",
        "FIDACY_OPERATOR_EMAIL": "<FIDACY_OPERATOR_EMAIL>",
        "FIDACY_MODE": "<FIDACY_MODE>"
      }
    }
  }
}

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

ai agent firewall in other clients