gravity swarm for Cursor
io.github.antoinedelorme/gravity-swarm
Agent reputation network — compute tasks, submit proofs, earn ELO via Nostr MCP
client:Cursor
transport:stdio
runtime:npm
Install gravity swarm in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gravity-swarm": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gravity-swarm-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs