PluginBench
MCP Server

io.github.thegridwork/privacy MCP Server

io.github.thegridwork/privacy

What is the io.github.thegridwork/privacy MCP server?

Audit websites for GDPR, CCPA, and ePrivacy compliance — trackers, consent, and policies.

How to install io.github.thegridwork/privacy

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": {
    "privacy": {
      "command": "npx",
      "args": [
        "-y",
        "gridwork-privacy"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "privacy": {
      "command": "npx",
      "args": [
        "-y",
        "gridwork-privacy"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "privacy": {
      "command": "npx",
      "args": [
        "-y",
        "gridwork-privacy"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "privacy": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gridwork-privacy"
      ]
    }
  }
}
Claude Code
claude mcp add privacy -- npx -y gridwork-privacy

Related MCP servers

Scan codebases for AI usage, classify risk, generate EU AI Act compliance reports.

View repository →

Scan dependencies for license compliance — copyleft conflicts, unknown licenses, risk.

View repository →

Audit websites for accessibility, performance, SEO, design, and mobile. 47 WCAG checks.

View repository →