Skip to content
Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

Bulwark in other clients