← Index

io.github.ruvnet/flow-nexus

io.github.ruvnet/flow-nexus·v0.1.121·Other
Quality Score
65
/100

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

§01  Install
Claude Desktop (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": "<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": "<flow_nexus_base_url>",
        "E2B_API_KEY": "<your-e2b_api_key>",
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y flow-nexus
§02  Environment variables
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

§03  MCP Quality Score  ·  methodology
freshness
10
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other