GDPR Shift-Left Compliance for Cursor
io.github.kevinrabun/gdprshiftleftmcp
GDPR compliance MCP server - article lookup, DPIA, ROPA, DSR, IaC analysis, Bicep templates.
client:Cursor
transport:stdio
runtime:pypi
Install GDPR Shift-Left Compliance in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gdprshiftleftmcp": {
"type": "stdio",
"command": "uvx",
"args": [
"gdpr-shift-left-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs