mcp geraguard for Cursor
io.github.geraservicesuk/mcp-geraguard
Privacy protection: scans, tracker detection, data broker opt-outs.
client:Cursor
transport:stdio
runtime:npm
Install mcp geraguard in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-geraguard": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-geraguard"
],
"env": {
"GERAGUARD_API_URL": "<GERAGUARD_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs