Bulwark for Claude Desktop
io.github.bpolania/bulwark
AI agent governance: content scanning, audit logs, policy evaluation, session management.
client:Claude Desktop
transport:stdio
runtime:oci
Install Bulwark in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs