HOL Guard for Zed
io.github.hashgraph-online/hol-guard
Local-first AI agent security evidence and approval workflows through HOL Guard's stdio MCP server.
client:Zed
transport:stdio
runtime:pypi
Install HOL Guard in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"hol-guard": {
"command": "uvx",
"args": [
"hol-guard"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs