Skip to content
Cursor

mcp gera data for Cursor

services.gera/mcp-gera-data

Discover & query Gera's 30 attested open UK/US government datasets, each with signed provenance.

client:Cursor transport:stdio runtime:npm

Install mcp gera data in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-gera-data": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-gera-data"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp gera data in other clients