Skip to content
Zed

flow nexus for Zed

io.github.ruvnet/flow-nexus

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

client:Zed transport:stdio runtime:npm

Install flow nexus in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "flow-nexus": {
      "command": "npx",
      "args": [
        "-y",
        "flow-nexus"
      ],
      "env": {
        "FLOW_NEXUS_API_KEY": "<FLOW_NEXUS_API_KEY>",
        "FLOW_NEXUS_BASE_URL": "<FLOW_NEXUS_BASE_URL>",
        "E2B_API_KEY": "<E2B_API_KEY>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

flow nexus in other clients