Skip to content
Zed

TrigGuard for Zed

io.github.trigguard-ai/trigguard

Deterministic execution authorization for AI agents and automated systems.

client:Zed transport:stdio runtime:npm

Install TrigGuard 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": {
    "trigguard": {
      "command": "npx",
      "args": [
        "-y",
        "@trigguard/mcp"
      ],
      "env": {
        "TRIGGUARD_API_KEY": "<TRIGGUARD_API_KEY>",
        "TRIGGUARD_ORG_ID": "<TRIGGUARD_ORG_ID>",
        "TRIGGUARD_GATEWAY_URL": "<TRIGGUARD_GATEWAY_URL>"
      }
    }
  }
}

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

TrigGuard in other clients