← Back to Plugins
MCP Server MCP

Bulwark

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...