{
  "markdown": "# KnowBe4 MCP Server\n\n[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Node.js](https://img.shields.io/badge/node-%3E%3D18.0.0-brightgreen.svg)](https://nodejs.org/)\n\nA Model Context Protocol (MCP) server for KnowBe4 security awareness training. Enables AI assistants to manage phishing simulations, training campaigns, user risk scoring, and security awareness reporting.\n\nThis is a [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that connects Claude (or any MCP-compatible AI) to your KnowBe4 environment.\n\n> **Part of the [MSP Claude Plugins](https://github.com/WYRE-AI) ecosystem** — a growing suite of AI integrations for the MSP stack. Built by MSPs, for MSPs.\n\n## Installation\n\n```bash\nnpm install @wyre-ai/knowbe4-mcp\n```\n\n## Configuration\n\nSet the following environment variables:\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `KNOWBE4_API_KEY` | Yes | Your KnowBe4 API key |\n| `KNOWBE4_REGION` | No | API region: us, eu, ca, uk, de (default: us) |\n| `KNOWBE4_BASE_URL` | No | Custom base URL (overrides region) |\n| `MCP_TRANSPORT` | No | Transport mode: stdio (default) or http |\n\n## Usage\n\n### Running with Claude Desktop\n\nAdd to your Claude Desktop `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"knowbe4-mcp\": {\n      \"command\": \"npx\",\n      \"args\": [\"@wyre-ai/knowbe4-mcp\"],\n      \"env\": {\n        \"KNOWBE4_API_KEY\": \"your-knowbe4-api-key\"\n      }\n    }\n  }\n}\n```\n\n### Running with Claude Code (CLI)\n\n```bash\nclaude mcp add knowbe4-mcp \\\n  -e KNOWBE4_API_KEY=your-value \\\n  -- npx -y @wyre-ai/knowbe4-mcp\n```\n\n### Docker\n\n```bash\ndocker build -t knowbe4-mcp .\ndocker run \\\n  -e KNOWBE4_API_KEY=your-value \\\n  -p 8080:8080 knowbe4-mcp\n```\n\n## Available Domains\n\n### Account\nAccount information and settings\n\n### Groups\nUser group management\n\n### Phishing\nPhishing simulation campaigns\n\n### Reporting\nSecurity awareness reports\n\n### Training\nTraining campaign management\n\n### Users\nUser management and risk scoring\n\n## Interactive User Card (MCP Apps)\n\n`knowbe4_users_get` renders as an interactive card in MCP Apps hosts\n(Claude Desktop/web) showing the user's risk score, phish-prone percentage,\nrisk-score trend, and profile details; plain-JSON behavior is unchanged in\nother hosts, and the card is read-only (no write round-trip). The card is\nneutral by default and brandable via `window.__BRAND__` injection or\n`MCP_BRAND_*` env vars (`MCP_BRAND_NAME`, `MCP_BRAND_LOGO_URL`,\n`MCP_BRAND_PRIMARY_COLOR`, `MCP_BRAND_ACCENT_COLOR`, `MCP_BRAND_BG`,\n`MCP_BRAND_TEXT`) — no rebuild needed.\n\n## Development\n\n```bash\n# Clone the repository\ngit clone https://github.com/WYRE-AI/knowbe4-mcp.git\ncd knowbe4-mcp\n\n# Install dependencies\nnpm install\n\n# Build\nnpm run build\n\n# Run tests\nnpm test\n```\n\n## Contributing\n\nContributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) if present, or open an issue to discuss changes.\n\n## License\n\nLicensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for details.\n",
  "bytes": 3081,
  "sha": "ad27f7afcde566e36a117cb15465d6fb0bdd825140275ac4c769b520f9e3f412",
  "repo_slug": "wyre-ai/knowbe4-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_wyre_ai_knowbe4_mcp_703927d0/readme"
}