Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From claude-flow
Local Claude Flow MCP server for swarm coordination, agent management, and task orchestration with 40+ tools. Runs locally as a subprocess via npx.
npx claudepluginhub ruvnet/ruflo --plugin ruflo-ruvectorCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"claude-flow": {
"command": "npx",
"args": [
"claude-flow@alpha",
"mcp",
"start"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.