PageGuard MCP for Cursor
io.github.pageguard/pageguard-mcp
Privacy compliance scanning for AI coding tools. Detects tracking tech, cookies, and data gaps.
client:Cursor
transport:stdio
runtime:npm
Install PageGuard MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pageguard-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pageguard-mcp"
],
"env": {
"PAGEGUARD_API_KEY": "<PAGEGUARD_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs