Skip to content
Zed

SimMirror for Zed

io.github.andrewkochulab/sim-mirror

Mirror and drive the iOS Simulator: token-efficient UI snapshots, gestures and a live viewer.

client:Zed transport:stdio runtime:pypi

Install SimMirror in Zed

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

{
  "context_servers": {
    "sim-mirror": {
      "command": "uvx",
      "args": [
        "sim-mirror"
      ]
    }
  }
}

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

SimMirror in other clients