gravity swarm for Grok
io.github.antoinedelorme/gravity-swarm
Agent reputation network — compute tasks, submit proofs, earn ELO via Nostr MCP
client:Grok
transport:stdio
runtime:npm
Install gravity swarm in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"gravity-swarm": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gravity-swarm-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs