Bulwark for Cline
io.github.bpolania/bulwark
AI agent governance: content scanning, audit logs, policy evaluation, session management.
client:Cline
transport:stdio
runtime:oci
Install Bulwark in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs