← Back to Plugins
MCP Server MCP

io.github.ruvnet/claude-flow

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "claude-flow",
      "version": "2.0.0-alpha.107",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Anthropic API key for Claude AI models",
          "format": "string",
          "isSecret": true,
          "name": "ANTHROPIC_API_KEY"
        },
        {
          "description": "Operation mode: development, production, or test",
          "format": "string",
          "name": "CLAUDE_FLOW_MODE"
        },
        {
          "description": "Path for persistent memory storage",
          "format": "string",
          "name": "CLAUDE_FLOW_MEMORY_PATH"
        },
        {
          "description": "Maximum number of concurrent agents",
          "format": "string",
          "name": "CLAUDE_FLOW_MAX_AGENTS"
        },
        {
          "description": "MCP server port",
          "format": "string",
          "name": "CLAUDE_FLOW_PORT"
        },
        {
          "description": "GitHub personal access token for repository operations",
          "format": "string",
          "isSecret": true,
          "name": "GITHUB_TOKEN"
        },
        {
          "description": "Flow Nexus cloud platform API key",
          "format": "string",
          "isSecret": true,
          "name": "FLOW_NEXUS_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...