Skip to content
Zed

ruv swarm for Zed

io.github.ruvnet/ruv-swarm

Neural network swarm orchestration with WebAssembly acceleration and MCP integration

client:Zed transport:stdio runtime:npm

Install ruv swarm in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "ruv-swarm": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ruv swarm in other clients