Skip to content
Cursor

privacy for Cursor

io.github.thegridwork/privacy

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

client:Cursor transport:stdio runtime:npm

Install privacy in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "privacy": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gridwork-privacy"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

privacy in other clients