PluginBench
MCP Server
Maintained
MIT

GDPR Shift-Left Compliance MCP Server

io.github.KevinRabun/GDPRShiftLeftMCP

What is the GDPR Shift-Left Compliance MCP server?

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

How to install GDPR Shift-Left Compliance

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "GDPRShiftLeftMCP": {
      "command": "uvx",
      "args": [
        "gdpr-shift-left-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "GDPRShiftLeftMCP": {
      "command": "uvx",
      "args": [
        "gdpr-shift-left-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "GDPRShiftLeftMCP": {
      "command": "uvx",
      "args": [
        "gdpr-shift-left-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "GDPRShiftLeftMCP": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "gdpr-shift-left-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add GDPRShiftLeftMCP -- uvx gdpr-shift-left-mcp

Related MCP servers

45 judges that evaluate AI-generated code for security, cost, and quality with built-in AST.

7
TypeScript
MIT
View repository →

An MCP server that provides access to FedRAMP 20x security requirements and controls.

5
Python
View repository →