Skip to content
Zed

test genie for Zed

io.github.muse-code-space/test-genie

AI-powered app test automation for iOS, Android, Flutter, React Native, Web

client:Zed transport:stdio runtime:npm

Install test genie in Zed

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

{
  "context_servers": {
    "test-genie": {
      "command": "npx",
      "args": [
        "-y",
        "test-genie-mcp"
      ]
    }
  }
}

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

test genie in other clients