← Index

io.github.ruvnet/ruv-swarm

io.github.ruvnet/ruv-swarm·v1.0.19·Other
Quality Score
70
/100

Neural network swarm orchestration with WebAssembly acceleration and MCP integration

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "ruv-swarm": {
      "command": "npx",
      "args": [
        "-y",
        "ruv-swarm"
      ],
      "env": {
        "RUV_SWARM_LOG_LEVEL": "info",
        "RUV_SWARM_DB_PATH": "<ruv_swarm_db_path>",
        "RUV_SWARM_ENABLE_SIMD": "true"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "ruv-swarm": {
      "command": "npx",
      "args": [
        "-y",
        "ruv-swarm"
      ],
      "env": {
        "RUV_SWARM_LOG_LEVEL": "info",
        "RUV_SWARM_DB_PATH": "<ruv_swarm_db_path>",
        "RUV_SWARM_ENABLE_SIMD": "true"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y ruv-swarm
§02  Environment variables
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

§03  MCP Quality Score  ·  methodology
freshness
10
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other