← Back to browse

ruv-swarm

Indexed by io.github.ruvnet

About

Neural network swarm orchestration with WebAssembly acceleration and MCP integration

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsRUV_SWARM_LOG_LEVEL RUV_SWARM_DB_PATH RUV_SWARM_ENABLE_SIMD
Claude Code
claude mcp add --env RUV_SWARM_LOG_LEVEL= --env RUV_SWARM_DB_PATH= --env RUV_SWARM_ENABLE_SIMD= ruv-swarm -- npx ruv-swarm
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"ruv-swarm","command":"npx","args":["ruv-swarm"],"env":{"RUV_SWARM_LOG_LEVEL":"","RUV_SWARM_DB_PATH":"","RUV_SWARM_ENABLE_SIMD":""}}'
JSON
{
  "mcpServers": {
    "ruv-swarm": {
      "command": "npx",
      "args": [
        "ruv-swarm"
      ],
      "env": {
        "RUV_SWARM_LOG_LEVEL": "",
        "RUV_SWARM_DB_PATH": "",
        "RUV_SWARM_ENABLE_SIMD": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.