Skip to content
VS Code

GDPR Shift-Left Compliance for VS Code

io.github.kevinrabun/gdprshiftleftmcp

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

client:VS Code transport:stdio runtime:pypi

Install GDPR Shift-Left Compliance in VS Code

.vscode/mcp.json

{
  "servers": {
    "gdprshiftleftmcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "gdpr-shift-left-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

GDPR Shift-Left Compliance in other clients