← Back to browse

meok-enterprise-compliance-suite

Indexed by io.github.CSOAI-ORG

About

MEOK Enterprise Compliance Suite — End-to-end EU AI Act, GDPR, NIS2, DORA, ISO, SOC2, HIPAA, PCI

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Claude Code
claude mcp add meok-enterprise-compliance-suite -- uvx meok-enterprise-compliance-suite
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"meok-enterprise-compliance-suite","command":"uvx","args":["meok-enterprise-compliance-suite"]}'
JSON
{
  "mcpServers": {
    "meok-enterprise-compliance-suite": {
      "command": "uvx",
      "args": [
        "meok-enterprise-compliance-suite"
      ]
    }
  }
}