Loading MCP server directory, please wait...
MCP server for KnowBe4 security awareness training — users, groups, training, phishing campaigns.
npx @getmcp/cli add io.github.wyre-technology/knowbe4-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
KNOWBE4_API_KEYKnowBe4 Reporting API token (Bearer token from KnowBe4 console)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/knowbe4-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"KNOWBE4_API_KEY",
"-e",
"KNOWBE4_REGION",
"-e",
"KNOWBE4_BASE_URL",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/knowbe4-mcp:v1.0.0"
],
"env": {
"KNOWBE4_API_KEY": "",
"KNOWBE4_REGION": "us",
"KNOWBE4_BASE_URL": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}