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