Skip to main content
Glama

Meok Governance Engine MCP

MCP server for meok governance engine mcp operations

PyPI License: MIT MEOK AI Labs

Overview

Meok Governance Engine MCP provides AI-powered tools via the Model Context Protocol (MCP).

Tools

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.

Installation

pip install meok-governance-engine-mcp

Usage 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 implementation

License

MIT © MEOK AI Labs

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

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