Home › Other › flow-nexus

flow-nexus

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

JavaScript
★ 105 stars Last pushed 2025-09-10

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.121)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "flow-nexus": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "FLOW_NEXUS_API_KEY": "<YOUR_VALUE>",
        "FLOW_NEXUS_BASE_URL": "<YOUR_VALUE>",
        "E2B_API_KEY": "<YOUR_VALUE>",
        "ANTHROPIC_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • 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

Related servers

Data from the Official MCP Registry