KnowBe4 for Cursor
io.github.wyre-technology/knowbe4-mcp
MCP server for KnowBe4 security awareness training — users, groups, training, phishing campaigns.
client:Cursor
transport:stdio
runtime:oci
Install KnowBe4 in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"knowbe4-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs