Serversio.github.ruvnet/claude-flow
F

io.github.ruvnet/claude-flow

io.github.ruvnet/claude-flow · v2.0.0-alpha.107
▦ npm
v2.0.0-alpha.107npm npm: claude-flow↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "name": "io.github.ruvnet/claude-flow",
  "description": "AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.",
  "repository": {
    "url": "https://github.com/ruvnet/claude-flow",
    "source": "github",
    "id": "854513237"
  },
  "version": "2.0.0-alpha.107",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}