← Back to Plugins
MCP Server MCP

io.github.ruvnet/flow-nexus

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "flow-nexus",
      "version": "0.1.121",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key for Flow Nexus authentication",
          "format": "string",
          "isSecret": true,
          "name": "FLOW_NEXUS_API_KEY"
        },
        {
          "description": "Base URL for Flow Nexus API",
          "format": "string",
          "name": "FLOW_NEXUS_BASE_URL"
        },
        {
          "description": "E2B API key for sandbox creation",
          "format": "string",
          "isSecret": true,
          "name": "E2B_API_KEY"
        },
        {
          "description": "Anthropic API key for Claude integration",
          "format": "string",
          "isSecret": true,
          "name": "ANTHROPIC_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...