Skip to content
Zed

tapp for Zed

io.github.aarwitz/tapp

Test iOS, Android, and web apps with agent exploration, replayable flows, and CI gates.

client:Zed transport:stdio runtime:npm

Install tapp in Zed

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

{
  "context_servers": {
    "tapp": {
      "command": "npx",
      "args": [
        "-y",
        "@aarwitz/tapp"
      ]
    }
  }
}

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

tapp in other clients