Skip to content
Windsurf

Bulwark for Windsurf

io.github.bpolania/bulwark

AI agent governance: content scanning, audit logs, policy evaluation, session management.

client:Windsurf transport:stdio runtime:oci

Install Bulwark in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Bulwark in other clients