AgentHubAgentHub

flow-nexus

MCP ServerMCP Registry官方收录

io.github.ruvnet/flow-nexus · v0.1.121

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

概览

flow-nexus 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "flow-nexus": {
      "command": "npx",
      "args": [
        "-y",
        "flow-nexus"
      ]
    }
  }
}

环境变量

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

相关资源

统一 Manifest

{
  "id": "io.github.ruvnet/flow-nexus",
  "type": "mcp-server",
  "version": "0.1.121",
  "displayName": "flow-nexus",
  "description": "Cloud-powered AI platform with multi-agent swarms, sandboxes, and workflow automation",
  "repository": {
    "url": "https://github.com/ruvnet/flow-nexus",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "flow-nexus",
        "version": "0.1.121",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "FLOW_NEXUS_API_KEY",
            "description": "API key for Flow Nexus authentication",
            "isSecret": true
          },
          {
            "name": "FLOW_NEXUS_BASE_URL",
            "description": "Base URL for Flow Nexus API"
          },
          {
            "name": "E2B_API_KEY",
            "description": "E2B API key for sandbox creation",
            "isSecret": true
          },
          {
            "name": "ANTHROPIC_API_KEY",
            "description": "Anthropic API key for Claude integration",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.ruvnet/flow-nexus",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.ruvnet%2Fflow-nexus/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
flow-nexus — MCP Server 安装与配置 · AgentHub