Skip to content
Zed

testa for Zed

io.github.valewnrt/testa

Drive the iOS Simulator from an agent: read the screen, tap/type/swipe, replay flows in CI.

client:Zed transport:stdio runtime:npm

Install testa 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": {
    "testa": {
      "command": "npx",
      "args": [
        "-y",
        "@valewnrt/testa-mcp"
      ],
      "env": {
        "TESTA_MCP_FULL": "<TESTA_MCP_FULL>",
        "TESTA_UDID": "<TESTA_UDID>"
      }
    }
  }
}

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

testa in other clients