Agent Guardrail MCP Server for Zed
io.github.jarvisonm4/agent-guardrail
Action-level governance for AI agents -- control what they DO, not what they SAY
client:Zed
transport:stdio
runtime:pypi
Install Agent Guardrail MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agent-guardrail": {
"command": "uvx",
"args": [
"agent-guardrail"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs