claudegoodies
MCP Server

claude-flow

From ruvnet

Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration

Install

claude mcp add claude-flow -- npx -y claude-flow

Facts

Repository
ruvnet/ruflo
Status
Actively maintained
Last commit
Source file
package.json

Source preview

The instructions Claude Code reads when this mcp server runs.

{
  "name": "claude-flow",
  "version": "3.30.2",
  "description": "Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "claude-flow": "./bin/cli.js"
  },
  "homepage": "https://github.com/ruvnet/claude-flow#readme",
  "bugs": {
    "url": "https://github.com/ruvnet/claude-flow/issues",
    "email": "[email protected]"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/ruvnet"
  },
  "files": [
    "bin/**",
    "v3/@claude-flow/cli/bin/**",
    "v3/@claude-flow/cli/dist/**/*.js",
    "v3/@claude-flow/cli/dist/**/*.d.ts",
    "!v3/@claude-flow/cli/dist/**/*.map",
    "v3/@claude-flow/cli/package.json",
    "v3/@claude-flow/cli/catalog-manifest.json",
    "v3/@claude-flow/shared/dist/**/*.js",
    "v3/@claude-flow/shared/dist/**/*.d.ts",
    "!v3/@claude-flow/shared/dist/**/*.map",
    "v3/@claude-flow/shared/package.json",
    "v3/@claude-flow/guidance/dist/**/*.js",
    "v3/@claude-flow/guidance/dist/**/*.d.ts",
    "!v3/@claude-flow/guidance/dist/**/*.map",
    "v3/@claude-flow/guidance/package.json",
    ".claude-plugin/**",
    ".claude/**",
    "!.claude/**/*.db",
    "!.claude/**/*.map",
    "!.claude/worktrees/**",
    "!.claude/projects/**",
View full source on GitHub →

Other mcp servers