io.github.wyre-technology
knowbe4-mcp
KnowBe4
MCP server for KnowBe4 security awareness training — users, groups, training, phishing campaigns.
stdiocommunityservice
Package Details
ghcr.io/wyre-technology/knowbe4-mcp:v1.0.0
Transportstdio
Environment Variables
KNOWBE4_API_KEY(str)
RequiredSecret
KnowBe4 Reporting API token (Bearer token from KnowBe4 console)
KNOWBE4_REGION(str)
Default:
usKnowBe4 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:
stdioTransport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODE(str)
Default:
envCredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVEL(str)
Default:
infoLog verbosity: debug, info, warn, error