← Index

KnowBe4

io.github.wyre-technology/knowbe4-mcp·v1.0.0·Security
Quality Score
95
/100

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

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "knowbe4-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/knowbe4-mcp:v1.0.0"
      ],
      "env": {
        "KNOWBE4_API_KEY": "<your-knowbe4_api_key>",
        "KNOWBE4_REGION": "us",
        "KNOWBE4_BASE_URL": "<knowbe4_base_url>",
        "MCP_TRANSPORT": "stdio",
        "AUTH_MODE": "env",
        "LOG_LEVEL": "info"
      }
    }
  }
}
§02  Environment variables
KNOWBE4_API_KEY
requiredsecret

KnowBe4 Reporting API token (Bearer token from KnowBe4 console)

KNOWBE4_REGION

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

KNOWBE4_BASE_URL

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

MCP_TRANSPORT

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

AUTH_MODE

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

LOG_LEVEL

Log verbosity: debug, info, warn, error

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Security