MCP Catalogs
Homeruflo screenshot

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.

developer-toolsai-llmknowledge-graph
5,826
Forks
541
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Coordinating multiple AI agents to collaborate on complex development tasks
you:Running autonomous multi-agent workflows for continuous code improvements
you:Federating agent communication across different machines and organizations securely
you:What is the difference between the Claude Code plugin and CLI install?
you:How does Ruflo handle agent memory and learning?

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

anthropic-claude-mcpauto-mcpnexus-a-mcphuggingface-mcp

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@ruflo

Path B: Full CLI Install

# Interactive setup
npx ruflo@latest init wizard

# Or quick non-interactive
npx ruflo@latest init

MCP 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.

Compare ruflo with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.