← Back to browse

Bulwark

Indexed by io.github.bpolania

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsBULWARK_CONFIG BULWARK_SESSION_TOKEN
Claude Code
claude mcp add --env BULWARK_CONFIG= --env BULWARK_SESSION_TOKEN= bulwark -- docker ghcr.io/bpolania/bulwark:v0.2.0
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"bulwark","command":"docker","args":["ghcr.io/bpolania/bulwark:v0.2.0"],"env":{"BULWARK_CONFIG":"","BULWARK_SESSION_TOKEN":""}}'
JSON
{
  "mcpServers": {
    "bulwark": {
      "command": "docker",
      "args": [
        "ghcr.io/bpolania/bulwark:v0.2.0"
      ],
      "env": {
        "BULWARK_CONFIG": "",
        "BULWARK_SESSION_TOKEN": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.