← Back to browse

flow-nexus

Indexed by io.github.ruvnet

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsFLOW_NEXUS_API_KEY FLOW_NEXUS_BASE_URL E2B_API_KEY ANTHROPIC_API_KEY
Claude Code
claude mcp add --env FLOW_NEXUS_API_KEY= --env FLOW_NEXUS_BASE_URL= --env E2B_API_KEY= --env ANTHROPIC_API_KEY= flow-nexus -- npx flow-nexus
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"flow-nexus","command":"npx","args":["flow-nexus"],"env":{"FLOW_NEXUS_API_KEY":"","FLOW_NEXUS_BASE_URL":"","E2B_API_KEY":"","ANTHROPIC_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "flow-nexus": {
      "command": "npx",
      "args": [
        "flow-nexus"
      ],
      "env": {
        "FLOW_NEXUS_API_KEY": "",
        "FLOW_NEXUS_BASE_URL": "",
        "E2B_API_KEY": "",
        "ANTHROPIC_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.