PageGuard MCP server — privacy compliance scanning for AI coding tools
Connect Pageguard MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. PageGuard MCP server — privacy compliance scanning for AI coding tools. The pageguard mcp mcp server is what makes that connection.
MCP (Model Context Protocol) server that exposes PageGuard privacy compliance scanning as tools for AI coding assistants. Works with Claude Code, Cursor, Windsurf, ChatGPT, and any MCP-compatible environment.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Cursor — The Cursor tool exposed by this serverWindsurf — The Windsurf tool exposed by this serverpageguard_scan_local — Scan a local project directory for privacy-relevant technologiespageguard_scan_url — The pageguard_scan_url tool exposed by this serverpageguard_generate_docs — Generate AI-written legal compliance documents for a scanned siteConfiguration is passed through the environment: PAGEGUARD_API_KEY, PAGEGUARD_API_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Plenty of file and storage access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Pageguard MCP's toolset — Cursor, Windsurf, pageguard_scan_local and 2 more — is a fair guide to whether it matches your workflow. It is maintained by pageguard; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Cursor | The Cursor tool exposed by this server. |
| Windsurf | The Windsurf tool exposed by this server. |
| pageguard_scan_local | Scan a local project directory for privacy-relevant technologies. |
| pageguard_scan_url | The pageguard_scan_url tool exposed by this server. |
| pageguard_generate_docs | Generate AI-written legal compliance documents for a scanned site. |
{
"mcpServers": {
"pageguard": {
"command": "npx",
"args": ["pageguard-mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| PAGEGUARD_API_KEY | Credential the server authenticates with. | Yes |
| PAGEGUARD_API_URL | Endpoint or connection string the server talks to. | Yes |
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.