Skip to content
Grok

GDPR Shift-Left Compliance for Grok

io.github.kevinrabun/gdprshiftleftmcp

GDPR compliance MCP server - article lookup, DPIA, ROPA, DSR, IaC analysis, Bicep templates.

client:Grok transport:stdio runtime:pypi

Install GDPR Shift-Left Compliance in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "gdprshiftleftmcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "gdpr-shift-left-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

GDPR Shift-Left Compliance in other clients