PluginBench
MCP Server

io.github.ruvnet/flow-nexus MCP Server

io.github.ruvnet/flow-nexus

What is the io.github.ruvnet/flow-nexus MCP server?

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

How to install io.github.ruvnet/flow-nexus

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • FLOW_NEXUS_API_KEY
    secret

    API key for Flow Nexus authentication

  • FLOW_NEXUS_BASE_URL

    Base URL for Flow Nexus API

  • E2B_API_KEY
    secret

    E2B API key for sandbox creation

  • ANTHROPIC_API_KEY
    secret

    Anthropic API key for Claude integration

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "flow-nexus": {
      "command": "npx",
      "args": [
        "-y",
        "flow-nexus"
      ],
      "env": {
        "FLOW_NEXUS_API_KEY": "<YOUR_FLOW_NEXUS_API_KEY>",
        "FLOW_NEXUS_BASE_URL": "<YOUR_FLOW_NEXUS_BASE_URL>",
        "E2B_API_KEY": "<YOUR_E2B_API_KEY>",
        "ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "flow-nexus": {
      "command": "npx",
      "args": [
        "-y",
        "flow-nexus"
      ],
      "env": {
        "FLOW_NEXUS_API_KEY": "<YOUR_FLOW_NEXUS_API_KEY>",
        "FLOW_NEXUS_BASE_URL": "<YOUR_FLOW_NEXUS_BASE_URL>",
        "E2B_API_KEY": "<YOUR_E2B_API_KEY>",
        "ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "flow-nexus": {
      "command": "npx",
      "args": [
        "-y",
        "flow-nexus"
      ],
      "env": {
        "FLOW_NEXUS_API_KEY": "<YOUR_FLOW_NEXUS_API_KEY>",
        "FLOW_NEXUS_BASE_URL": "<YOUR_FLOW_NEXUS_BASE_URL>",
        "E2B_API_KEY": "<YOUR_E2B_API_KEY>",
        "ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "flow-nexus": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "flow-nexus"
      ],
      "env": {
        "FLOW_NEXUS_API_KEY": "<YOUR_FLOW_NEXUS_API_KEY>",
        "FLOW_NEXUS_BASE_URL": "<YOUR_FLOW_NEXUS_BASE_URL>",
        "E2B_API_KEY": "<YOUR_E2B_API_KEY>",
        "ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add flow-nexus --env FLOW_NEXUS_API_KEY=<YOUR_FLOW_NEXUS_API_KEY> --env FLOW_NEXUS_BASE_URL=<YOUR_FLOW_NEXUS_BASE_URL> --env E2B_API_KEY=<YOUR_E2B_API_KEY> --env ANTHROPIC_API_KEY=<YOUR_ANTHROPIC_API_KEY> -- npx -y flow-nexus

Related MCP servers

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

View repository →

Neural network swarm orchestration with WebAssembly acceleration and MCP integration

View repository →