PluginBench
MCP Server

io.github.ruvnet/ruv-swarm MCP Server

io.github.ruvnet/ruv-swarm

What is the io.github.ruvnet/ruv-swarm MCP server?

Neural network swarm orchestration with WebAssembly acceleration and MCP integration

How to install io.github.ruvnet/ruv-swarm

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • RUV_SWARM_LOG_LEVEL

    Log level for ruv-swarm operations

  • RUV_SWARM_DB_PATH

    Database path for persistence storage

  • RUV_SWARM_ENABLE_SIMD

    Enable WebAssembly SIMD optimizations

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ruv-swarm": {
      "command": "npx",
      "args": [
        "-y",
        "ruv-swarm"
      ],
      "env": {
        "RUV_SWARM_LOG_LEVEL": "<YOUR_RUV_SWARM_LOG_LEVEL>",
        "RUV_SWARM_DB_PATH": "<YOUR_RUV_SWARM_DB_PATH>",
        "RUV_SWARM_ENABLE_SIMD": "<YOUR_RUV_SWARM_ENABLE_SIMD>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ruv-swarm": {
      "command": "npx",
      "args": [
        "-y",
        "ruv-swarm"
      ],
      "env": {
        "RUV_SWARM_LOG_LEVEL": "<YOUR_RUV_SWARM_LOG_LEVEL>",
        "RUV_SWARM_DB_PATH": "<YOUR_RUV_SWARM_DB_PATH>",
        "RUV_SWARM_ENABLE_SIMD": "<YOUR_RUV_SWARM_ENABLE_SIMD>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ruv-swarm": {
      "command": "npx",
      "args": [
        "-y",
        "ruv-swarm"
      ],
      "env": {
        "RUV_SWARM_LOG_LEVEL": "<YOUR_RUV_SWARM_LOG_LEVEL>",
        "RUV_SWARM_DB_PATH": "<YOUR_RUV_SWARM_DB_PATH>",
        "RUV_SWARM_ENABLE_SIMD": "<YOUR_RUV_SWARM_ENABLE_SIMD>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ruv-swarm": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ruv-swarm"
      ],
      "env": {
        "RUV_SWARM_LOG_LEVEL": "<YOUR_RUV_SWARM_LOG_LEVEL>",
        "RUV_SWARM_DB_PATH": "<YOUR_RUV_SWARM_DB_PATH>",
        "RUV_SWARM_ENABLE_SIMD": "<YOUR_RUV_SWARM_ENABLE_SIMD>"
      }
    }
  }
}
Claude Code
claude mcp add ruv-swarm --env RUV_SWARM_LOG_LEVEL=<YOUR_RUV_SWARM_LOG_LEVEL> --env RUV_SWARM_DB_PATH=<YOUR_RUV_SWARM_DB_PATH> --env RUV_SWARM_ENABLE_SIMD=<YOUR_RUV_SWARM_ENABLE_SIMD> -- npx -y ruv-swarm

Related MCP servers

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

View repository →

Cloud-powered AI platform with multi-agent swarms, sandboxes, and workflow automation

View repository →