Skip to content
Grok

flow nexus for Grok

io.github.ruvnet/flow-nexus

Cloud-powered AI platform with multi-agent swarms, sandboxes, and workflow automation

client:Grok transport:stdio runtime:npm

Install flow nexus 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": {
    "flow-nexus": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "flow-nexus"
      ],
      "env": {
        "FLOW_NEXUS_API_KEY": "<FLOW_NEXUS_API_KEY>",
        "FLOW_NEXUS_BASE_URL": "<FLOW_NEXUS_BASE_URL>",
        "E2B_API_KEY": "<E2B_API_KEY>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_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

flow nexus in other clients