VibeView for Zed
io.github.vibeview/vibeview
Drive live iOS, Android, Apple TV and Android TV devices in the cloud to verify app changes.
client:Zed
transport:stdio
runtime:npm
Install VibeView in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"vibeview": {
"command": "npx",
"args": [
"-y",
"vibeview"
],
"env": {
"VIBEVIEW_API_TOKEN": "<VIBEVIEW_API_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs