Skip to content
Grok

ruv swarm for Grok

io.github.ruvnet/ruv-swarm

Neural network swarm orchestration with WebAssembly acceleration and MCP integration

client:Grok transport:stdio runtime:npm

Install ruv swarm in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ruv-swarm": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ruv-swarm"
      ],
      "env": {
        "RUV_SWARM_LOG_LEVEL": "<RUV_SWARM_LOG_LEVEL>",
        "RUV_SWARM_DB_PATH": "<RUV_SWARM_DB_PATH>",
        "RUV_SWARM_ENABLE_SIMD": "<RUV_SWARM_ENABLE_SIMD>"
      }
    }
  }
}

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

ruv swarm in other clients