Skip to content
VS Code

privacy for VS Code

io.github.thegridwork/privacy

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

client:VS Code transport:stdio runtime:npm

Install privacy in VS Code

.vscode/mcp.json

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

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

privacy in other clients