Skip to content
Windsurf

KnowBe4 for Windsurf

io.github.wyre-technology/knowbe4-mcp

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

client:Windsurf transport:stdio runtime:oci

Install KnowBe4 in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "knowbe4-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/knowbe4-mcp:v1.1.4"
      ],
      "env": {
        "KNOWBE4_API_KEY": "<KNOWBE4_API_KEY>",
        "KNOWBE4_REGION": "<KNOWBE4_REGION>",
        "KNOWBE4_BASE_URL": "<KNOWBE4_BASE_URL>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

KnowBe4 in other clients