Server data from the Official MCP Registry
MCP server for KnowBe4 security awareness training — users, groups, training, phishing campaigns.
MCP server for KnowBe4 security awareness training — users, groups, training, phishing campaigns.
This KnowBe4 MCP server is well-structured with proper authentication mechanisms and appropriate permission scoping for its purpose. The codebase demonstrates good security practices with environment variable-based credential handling, HTTP gateway auth support, and comprehensive input validation. Minor code quality concerns around broad error handling and logging do not significantly impact the overall security posture. Supply chain analysis found 3 known vulnerabilities in dependencies (1 critical, 1 high severity).
5 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: KNOWBE4_API_KEY
Environment variable: KNOWBE4_REGION
Environment variable: KNOWBE4_BASE_URL
Environment variable: MCP_TRANSPORT
Environment variable: AUTH_MODE
Environment variable: LOG_LEVEL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-wyre-technology-knowbe4-mcp": {
"env": {
"AUTH_MODE": "your-auth-mode-here",
"LOG_LEVEL": "your-log-level-here",
"MCP_TRANSPORT": "your-mcp-transport-here",
"KNOWBE4_REGION": "your-knowbe4-region-here",
"KNOWBE4_API_KEY": "your-knowbe4-api-key-here",
"KNOWBE4_BASE_URL": "your-knowbe4-base-url-here"
},
"args": [
"-y",
"@wyre-technology/knowbe4-mcp"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.