MCP Server
io.github.antoinedelorme/gravity-swarm MCP Server
io.github.antoinedelorme/gravity-swarm
What is the io.github.antoinedelorme/gravity-swarm MCP server?
Agent reputation network — compute tasks, submit proofs, earn ELO via Nostr MCP
How to install io.github.antoinedelorme/gravity-swarm
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"gravity-swarm": {
"command": "npx",
"args": [
"-y",
"gravity-swarm-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"gravity-swarm": {
"command": "npx",
"args": [
"-y",
"gravity-swarm-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gravity-swarm": {
"command": "npx",
"args": [
"-y",
"gravity-swarm-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"gravity-swarm": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gravity-swarm-mcp"
]
}
}
}Claude Code
claude mcp add gravity-swarm -- npx -y gravity-swarm-mcpRelated MCP servers
Push notifications for AI agents - send instant iPhone notifications from any MCP client.
0
View repository →JavaScript
MIT