
KnowBe4 MCP
Pull KnowBe4 KMSAT reporting into your agent and query cross-client security-awareness metrics from a local SQLite store.
Overview
KnowBe4 MCP is a MCP server for the Ship phase that exposes KnowBe4 KMSAT reporting and a local SQLite cross-client store to AI agents via stdio.
What is this MCP server?
- MCP server covering KnowBe4 KMSAT reporting surfaces
- Local SQLite store for cross-client answers without repeated live API fan-out
- Required KNOWBE4_API_KEY and KNOWBE4_REGION credentials
- stdio mcpb package v0.1.0 from Servosity msp-skills
- Suited to MSPs consolidating multiple KnowBe4 tenants in one agent session
- Server version 0.1.0
- Two required environment variables: KNOWBE4_API_KEY and KNOWBE4_REGION
- stdio transport with mcpb distribution
Community signal: 1 GitHub stars.
What problem does it solve?
KMSAT dashboards are slow to compare across clients, and copying training metrics into agent workflows wastes time during security reviews.
Who is it for?
Solo MSPs or security-conscious builders on KnowBe4 KMSAT who need agent-friendly training and phishing-risk reporting.
Skip if: Teams without KnowBe4 licenses or anyone seeking generic security scanning instead of awareness-training data.
What do I get? / Deliverables
With API key and region configured, your agent can query KMSAT reporting and localized cross-client SQLite answers without rebuilding reports by hand.
- Agent-callable KnowBe4 KMSAT reporting tools
- Local SQLite-backed cross-client query capability
- Documented v0.1.0 mcpb server package
Recommended MCP Servers
Journey fit
How it compares
KnowBe4 KMSAT reporting MCP, not a phishing simulator or generic GRC skill.
Common Questions / FAQ
Who is KnowBe4 MCP for?
It is for operators with KnowBe4 KMSAT who want Claude Code, Cursor, or Codex to read training and reporting data, including cross-client views backed by SQLite.
When should I use KnowBe4 MCP?
Use it during security launch prep or client reviews when you need KMSAT metrics, campaign results, or multi-tenant summaries inside your agent.
How do I add KnowBe4 MCP to my agent?
Install the knowbe4 mcpb package, set KNOWBE4_API_KEY and KNOWBE4_REGION, then add the stdio MCP server entry in your agent’s MCP configuration.