Please Remind for Gemini CLI
io.github.pozymasika/please-remind
Connects to PleaseRemind.com to allow read and write access to all your reminders.
client:Gemini CLI
transport:streamable-http
Install Please Remind in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"please-remind": {
"httpUrl": "https://pleaseremind.com/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs