← Back to Plugins
MCP Server MCP

KnowBe4

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/wyre-technology/knowbe4-mcp:v1.1.4

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/wyre-technology/knowbe4-mcp:v1.1.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "KnowBe4 Reporting API token (Bearer token from KnowBe4 console)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "KNOWBE4_API_KEY"
        },
        {
          "description": "KnowBe4 region: 'us', 'eu', 'ca', 'uk', or 'de' — selects API base URL",
          "format": "string",
          "default": "us",
          "name": "KNOWBE4_REGION"
        },
        {
          "description": "Override the KnowBe4 API base URL — auto-derived from region if omitted",
          "format": "string",
          "name": "KNOWBE4_BASE_URL"
        },
        {
          "description": "Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.",
          "format": "string",
          "default": "stdio",
          "name": "MCP_TRANSPORT"
        },
        {
          "description": "Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.",
          "format": "string",
          "default": "env",
          "name": "AUTH_MODE"
        },
        {
          "description": "Log verbosity: debug, info, warn, error",
          "format": "string",
          "default": "info",
          "name": "LOG_LEVEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...