ruv swarm for Cursor
io.github.ruvnet/ruv-swarm
Neural network swarm orchestration with WebAssembly acceleration and MCP integration
client:Cursor
transport:stdio
runtime:npm
Install ruv swarm in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ruv-swarm": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs