Vivere for Gemini CLI
dev.vivere/monitors
Know when cron jobs and AI agents stop running: create monitors and check in from your agent.
client:Gemini CLI
transport:streamable-http
tools:7
Install Vivere in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"monitors": {
"httpUrl": "https://vivere.dev/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs