Zed
Edit Zed settings
Open Replace
~/.config/zed/settings.json and add the Preflight context server:/path/to/Preflight/dist/index.js with the absolute path to the built server on your machine.Any MCP-compatible client
If your client isn’t listed above, configure it to run Preflight using the standard MCP stdio transport:| Field | Value |
|---|---|
| Command | node |
| Args | /path/to/Preflight/dist/index.js |
PATH env var | /opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin |
The
PATH environment variable must include the directory where idb is installed. Without it, Preflight falls back to CGEvent mouse injection, which briefly moves your cursor during touch interactions.If you installed idb via pip, also add your Python bin directory — for example, ~/Library/Python/3.x/bin.