VibeView for Gemini CLI
io.github.vibeview/vibeview
Drive live iOS, Android, Apple TV and Android TV devices in the cloud to verify app changes.
client:Gemini CLI
transport:stdio
runtime:npm
Install VibeView in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"vibeview": {
"command": "npx",
"args": [
"-y",
"vibeview"
],
"env": {
"VIBEVIEW_API_TOKEN": "<VIBEVIEW_API_TOKEN>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs