← Index

io.github.ruvnet/claude-flow

io.github.ruvnet/claude-flow·v2.0.0-alpha.107·Other
Quality Score
70
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "claude-flow": {
      "command": "npx",
      "args": [
        "-y",
        "claude-flow"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>",
        "CLAUDE_FLOW_MODE": "<claude_flow_mode>",
        "CLAUDE_FLOW_MEMORY_PATH": "<claude_flow_memory_path>",
        "CLAUDE_FLOW_MAX_AGENTS": "<claude_flow_max_agents>",
        "CLAUDE_FLOW_PORT": "<claude_flow_port>",
        "GITHUB_TOKEN": "<your-github_token>",
        "FLOW_NEXUS_API_KEY": "<your-flow_nexus_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "claude-flow": {
      "command": "npx",
      "args": [
        "-y",
        "claude-flow"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>",
        "CLAUDE_FLOW_MODE": "<claude_flow_mode>",
        "CLAUDE_FLOW_MEMORY_PATH": "<claude_flow_memory_path>",
        "CLAUDE_FLOW_MAX_AGENTS": "<claude_flow_max_agents>",
        "CLAUDE_FLOW_PORT": "<claude_flow_port>",
        "GITHUB_TOKEN": "<your-github_token>",
        "FLOW_NEXUS_API_KEY": "<your-flow_nexus_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y claude-flow
§02  Environment variables
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

§03  MCP Quality Score  ·  methodology
freshness
10
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other