Skip to content
Grok

compliance shield for Grok

io.github.mdfifty50-boop/compliance-shield

ZATCA, UAE CT, EU AI Act regulatory compliance for AI agents

client:Grok transport:stdio runtime:npm

Install compliance shield in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "compliance-shield": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "compliance-shield-mcp"
      ]
    }
  }
}

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

compliance shield in other clients