Skip to content
Grok

mcp gera compliance for Grok

services.gera/mcp-gera-compliance

Classify AI systems under the EU AI Act and look up obligations and articles. Offline, no auth.

client:Grok transport:stdio runtime:npm

Install mcp gera compliance in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-gera-compliance": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-gera-compliance"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp gera compliance in other clients