Ruv Swarm
Rank #22,389io.github.ruvnet/ruv-swarm
MCP server providing ruv-swarm capabilities
Ruv Swarm is a Model Context Protocol (MCP) server published by ruvnet. It ranks #22,389 of 115,460 servers tracked on MCP Toplist, and its repository has 378 GitHub stars. Ruv Swarm is listed across 2 registries — Official MCP and PulseMCP, with 3 tracked versions. It was first listed on Jun 26, 2025 and most recently updated on Sep 10, 2025.
Ranks ahead of 93,071 of 115,460 servers on MCP Toplist.
Use Ruv Swarm
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ruv-swarm -e "RUV_SWARM_LOG_LEVEL=<your RUV_SWARM_LOG_LEVEL>" -e "RUV_SWARM_DB_PATH=<your RUV_SWARM_DB_PATH>" -e "RUV_SWARM_ENABLE_SIMD=<your RUV_SWARM_ENABLE_SIMD>" -- npx -y ruv-swarmReplace each placeholder with your own value before saving.
[mcp_servers.ruv-swarm]
command = "npx"
args = ["-y", "ruv-swarm"]
[mcp_servers.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ruvnet%2Fruv-swarm)<a href="https://mcptoplist.com/server/io.github.ruvnet%2Fruv-swarm"><img src="https://mcptoplist.com/badge/io.github.ruvnet%2Fruv-swarm.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ruvnet
Other servers by ruvnet
View all ruvnet servers →Available versions (3)
| Version | Published |
|---|---|
| 1.0.19 | Sep 10, 2025 |
| 1.0.18 | Sep 10, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Ruv Swarm?
- Ruv Swarm is maintained by ruvnet, which publishes 5 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Ruv Swarm listed on the Official MCP Registry?
- Yes — Ruv Swarm is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Ruv Swarm have?
- MCP Toplist tracks 3 versions of Ruv Swarm, most recently published on Sep 10, 2025.
- Where can I find the source code for Ruv Swarm?
- The source code for Ruv Swarm is hosted at github.com/ruvnet/ruv-fann/tree/HEAD/ruv-swarm.