Skip to content
Cursor

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

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

{
  "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

mcp geraguard in other clients