ruv-swarm
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 vars
RUV_SWARM_LOG_LEVEL RUV_SWARM_DB_PATH RUV_SWARM_ENABLE_SIMDClaude 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
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.