KnowBe4

MCP server for KnowBe4 security awareness training — users, groups, training, phishing campaigns.

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

KNOWBE4_API_KEY(str)
RequiredSecret

KnowBe4 Reporting API token (Bearer token from KnowBe4 console)

KNOWBE4_REGION(str)
Default:us

KnowBe4 region: 'us', 'eu', 'ca', 'uk', or 'de' — selects API base URL

KNOWBE4_BASE_URL(str)

Override the KnowBe4 API base URL — auto-derived from region if omitted

MCP_TRANSPORT(str)
Default:stdio

Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.

AUTH_MODE(str)
Default:env

Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.

LOG_LEVEL(str)
Default:info

Log verbosity: debug, info, warn, error