AgentPing for Gemini CLI
io.github.noriget/agentping
Let your AI agent notify you by email, Slack, Discord, or webhook. One tool: send_notification.
client:Gemini CLI
transport:streamable-http
Install AgentPing in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"agentping": {
"httpUrl": "https://ping.mgm-llc.org/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs