Skip to content
Zed

remote agents for Zed

io.github.47-ronn/remote-agents

Control fleets of remote machines via AI agents: exec, files, git, fleet ops, map/reduce.

client:Zed transport:stdio runtime:npm

Install remote agents in Zed

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

{
  "context_servers": {
    "remote-agents": {
      "command": "npx",
      "args": [
        "-y",
        "remote-agents"
      ]
    }
  }
}

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

remote agents in other clients