Skip to content
Cursor

gridstamp for Cursor

com.mnemopay/gridstamp

Cryptographic spatial proof-of-presence for AV fleets, logistics, AR. 91% spoof detection.

client:Cursor transport:stdio runtime:npm

Install gridstamp 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": {
    "gridstamp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gridstamp"
      ],
      "env": {
        "GRIDSTAMP_API_KEY": "<GRIDSTAMP_API_KEY>"
      }
    }
  }
}

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

gridstamp in other clients