What is the Bulwark MCP server?
AI agent governance: content scanning, audit logs, policy evaluation, session management.
How to install Bulwark
Copy-paste configuration for popular MCP clients.
BULWARK_CONFIGPath to bulwark.yaml configuration file
BULWARK_SESSION_TOKENsecretSession token for operator authentication (bwk_sess_...)
{
"mcpServers": {
"bulwark": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/bpolania/bulwark:v0.2.0",
"mcp",
"start"
],
"env": {
"BULWARK_CONFIG": "<YOUR_BULWARK_CONFIG>",
"BULWARK_SESSION_TOKEN": "<YOUR_BULWARK_SESSION_TOKEN>"
}
}
}
}{
"mcpServers": {
"bulwark": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/bpolania/bulwark:v0.2.0",
"mcp",
"start"
],
"env": {
"BULWARK_CONFIG": "<YOUR_BULWARK_CONFIG>",
"BULWARK_SESSION_TOKEN": "<YOUR_BULWARK_SESSION_TOKEN>"
}
}
}
}{
"mcpServers": {
"bulwark": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/bpolania/bulwark:v0.2.0",
"mcp",
"start"
],
"env": {
"BULWARK_CONFIG": "<YOUR_BULWARK_CONFIG>",
"BULWARK_SESSION_TOKEN": "<YOUR_BULWARK_SESSION_TOKEN>"
}
}
}
}{
"servers": {
"bulwark": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/bpolania/bulwark:v0.2.0",
"mcp",
"start"
],
"env": {
"BULWARK_CONFIG": "<YOUR_BULWARK_CONFIG>",
"BULWARK_SESSION_TOKEN": "<YOUR_BULWARK_SESSION_TOKEN>"
}
}
}
}claude mcp add bulwark --env BULWARK_CONFIG=<YOUR_BULWARK_CONFIG> --env BULWARK_SESSION_TOKEN=<YOUR_BULWARK_SESSION_TOKEN> -- docker run -i --rm ghcr.io/bpolania/bulwark:v0.2.0 mcp startRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.