PageGuard MCP for Grok
io.github.pageguard/pageguard-mcp
Privacy compliance scanning for AI coding tools. Detects tracking tech, cookies, and data gaps.
client:Grok
transport:stdio
runtime:npm
Install PageGuard MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"pageguard-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pageguard-mcp"
],
"env": {
"PAGEGUARD_API_KEY": "<PAGEGUARD_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs