loading…
Search for a command to run...
loading…
MEOK Governance Engine - MCP server providing AI-powered tools and automation by MEOK AI Labs
MEOK Governance Engine - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for meok governance engine mcp operations
Meok Governance Engine MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
full_governance_report |
Generate a COMPLETE multi-framework governance report in one call. |
which_frameworks_apply |
Instantly determine which AI governance frameworks apply to your situation. |
compliance_cost_estimator |
Estimate compliance costs and show how MEOK Governance Engine saves money. |
list_all_tools |
List all 62 governance tools available in this engine. |
compliance_score_engine |
Calculate compliance percentage per framework. Input system description, get sco |
get_full_audit_trail |
Get timestamped audit trail of all governance checks performed. |
pip install meok-governance-engine-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"meok-governance-engine-mcp": {
"command": "python",
"args": ["-m", "meok_governance_engine_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 6 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"meok-governance-engine-mcp": {
"command": "npx",
"args": []
}
}
}