NudgeBell for Gemini CLI
app.nudgebell/reminders
Reminders your agent creates: email, WhatsApp, SMS or call, in steps you set. Stops on acknowledge.
client:Gemini CLI
transport:streamable-http
Install NudgeBell in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"reminders": {
"httpUrl": "https://nudgebell.app/api/v1/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs