Skip to content
Grok

claude flow for Grok

io.github.ruvnet/claude-flow

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

client:Grok transport:stdio runtime:npm

Install claude flow in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "claude-flow": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "claude-flow"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<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": "<GITHUB_TOKEN>",
        "FLOW_NEXUS_API_KEY": "<FLOW_NEXUS_API_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

claude flow in other clients