
ruflo
by ruvnet·★ 51,795·Score 64
Multi-agent orchestration platform for Claude Code with MCP server integration, enabling coordinated AI swarms and autonomous workflows.
Overview
Ruflo is a comprehensive multi-agent orchestration platform for Claude Code that enables deploying and coordinating specialized AI agents across machines and teams. It provides a nervous system for Claude Code through self-learning agent swarms, coordinated workflows, and enterprise-grade architecture. The platform integrates with Claude Code via both plugin installations and MCP server registration, offering full agent coordination capabilities including memory sharing, swarm intelligence, and federated communications between different machines and trust boundaries.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose Ruflo if you need advanced multi-agent orchestration with self-learning capabilities and federated communication across machines.
When NOT to choose this
Don't choose Ruflo if you need a simple, lightweight MCP server for basic tool integration, as it's a comprehensive orchestration platform with significant overhead.
Comparable tools
Installation
Installation
Path A: Claude Code Plugin
# Add the marketplace
/plugin marketplace add ruvnet/ruflo
# Install core and plugins
/plugin install ruflo-core@ruflo
/plugin install ruflo-swarm@rufloPath B: Full CLI Install
# Interactive setup
npx ruflo@latest init wizard
# Or quick non-interactive
npx ruflo@latest initMCP Server Registration
claude mcp add ruflo -- npx ruflo@latest mcp start{
"mcpServers": {
"ruflo": {
"command": "npx",
"args": ["ruflo@latest", "mcp", "start"]
}
}
}FAQ
- What is the difference between the Claude Code plugin and CLI install?
- The plugin path provides slash commands and agent definitions without a full MCP server. The CLI install gives the complete Ruflo loop with MCP server, hooks, daemon, and all 98 agents and tools.
- How does Ruflo handle agent memory and learning?
- Ruflo implements a self-learning architecture where agents remember across sessions, learn from successful patterns, and optimize their behavior through continuous interaction with tasks.
On Hacker News
Recent discussion from the developer community.
- Is any one using ruflo?▲ 1💬 1Story by chunpaiyang · 2026-04-29
Compare ruflo with
Last updated · Auto-generated from public README + GitHub signals.