MCP Server
MCP
Bulwark
AI agent governance: content scanning, audit logs, policy evaluation, session management.
Install
oci:ghcr.io/bpolania/bulwark:v0.2.0
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/bpolania/bulwark:v0.2.0",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "mcp",
"type": "positional"
},
{
"value": "start",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Path to bulwark.yaml configuration file",
"name": "BULWARK_CONFIG"
},
{
"description": "Session token for operator authentication (bwk_sess_...)",
"isSecret": true,
"name": "BULWARK_SESSION_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment