Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From claude-flow
Local stdio MCP server providing enhanced swarm coordination with WASM acceleration (2.8-4.4x speed improvement).
npx claudepluginhub ruvnet/ruflo --plugin ruflo-ruvectorCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"ruv-swarm": {
"command": "npx",
"args": [
"ruv-swarm",
"mcp",
"start"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.