HomeOther › ruflo

ruflo

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

TypeScript
★ 73,165 stars Last pushed 2026-09-23 License: MIT

Connect

Package (npm 2.0.0-alpha.107)

npx -y claude-flow@2.0.0-alpha.107

Or add to your MCP client config:

{
  "mcpServers": {
    "ruflo": {
      "command": "npx",
      "args": [
        "-y",
        "claude-flow@2.0.0-alpha.107"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<YOUR_VALUE>",
        "CLAUDE_FLOW_MODE": "<YOUR_VALUE>",
        "CLAUDE_FLOW_MEMORY_PATH": "<YOUR_VALUE>",
        "CLAUDE_FLOW_MAX_AGENTS": "<YOUR_VALUE>",
        "CLAUDE_FLOW_PORT": "<YOUR_VALUE>",
        "GITHUB_TOKEN": "<YOUR_VALUE>",
        "FLOW_NEXUS_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • ANTHROPIC_API_KEY secret — Anthropic API key for Claude AI models
  • CLAUDE_FLOW_MODE — Operation mode: development, production, or test
  • CLAUDE_FLOW_MEMORY_PATH — Path for persistent memory storage
  • CLAUDE_FLOW_MAX_AGENTS — Maximum number of concurrent agents
  • CLAUDE_FLOW_PORT — MCP server port
  • GITHUB_TOKEN secret — GitHub personal access token for repository operations
  • FLOW_NEXUS_API_KEY secret — Flow Nexus cloud platform API key

Related servers

Data from the Official MCP Registry