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
{
"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