Skip to content
Zed

agent-device for Zed

io.github.callstackincubator/agent-device

Let AI agents inspect, control, and debug real iOS, Android, desktop, and TV apps

client:Zed transport:stdio runtime:npm

Install agent-device in Zed

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

{
  "context_servers": {
    "agent-device": {
      "command": "npx",
      "args": [
        "-y",
        "agent-device"
      ]
    }
  }
}

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

agent-device in other clients