KnowBe4 for Zed
io.github.wyre-technology/knowbe4-mcp
MCP server for KnowBe4 security awareness training — users, groups, training, phishing campaigns.
client:Zed
transport:stdio
runtime:oci
Install KnowBe4 in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs