Bulwark for Zed
io.github.bpolania/bulwark
AI agent governance: content scanning, audit logs, policy evaluation, session management.
client:Zed
transport:stdio
runtime:oci
Install Bulwark in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bulwark": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/bpolania/bulwark:v0.2.0"
],
"env": {
"BULWARK_CONFIG": "<BULWARK_CONFIG>",
"BULWARK_SESSION_TOKEN": "<BULWARK_SESSION_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs