KnowBe4 for Cline
io.github.wyre-technology/knowbe4-mcp
MCP server for KnowBe4 security awareness training — users, groups, training, phishing campaigns.
client:Cline
transport:stdio
runtime:oci
Install KnowBe4 in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs