selfping for Gemini CLI
com.selfping/selfping
Text your own phone when a run finishes or needs you. A key can only message its own number.
client:Gemini CLI
transport:streamable-http
tools:1
Install selfping in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"selfping": {
"httpUrl": "https://www.selfping.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