Skip to content
Zed

PageGuard MCP for Zed

io.github.pageguard/pageguard-mcp

Privacy compliance scanning for AI coding tools. Detects tracking tech, cookies, and data gaps.

client:Zed transport:stdio runtime:npm

Install PageGuard MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "pageguard-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pageguard-mcp"
      ],
      "env": {
        "PAGEGUARD_API_KEY": "<PAGEGUARD_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

PageGuard MCP in other clients