Odel
GDPR Shift-Left Compliance

GDPR Shift-Left Compliance

Local
@kevinrabun2PythonMITUpdated 6mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIgdpr-shift-left-mcpv0.4.0

Run

uvx gdpr-shift-left-mcp

MCP client config

{
  "mcpServers": {
    "gdpr-shift-left-compliance": {
      "command": "uvx",
      "args": [
        "gdpr-shift-left-mcp"
      ]
    }
  }
}