MEOK Governance Engine MCP
Meok Governance Engine MCP
MCP server for meok governance engine mcp operations
Overview
Meok Governance Engine MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
Tool | Description |
| Generate a COMPLETE multi-framework governance report in one call. |
| Instantly determine which AI governance frameworks apply to your situation. |
| Estimate compliance costs and show how MEOK Governance Engine saves money. |
| List all 62 governance tools available in this engine. |
| Calculate compliance percentage per framework. Input system description, get sco |
| Get timestamped audit trail of all governance checks performed. |
Installation
pip install meok-governance-engine-mcpUsage with Claude Desktop
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"]
}
}
}Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 6 tool(s) via MCP
# See server.py for full implementationLicense
MIT © MEOK AI Labs
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CSOAI-ORG/meok-governance-engine-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server