notifykit for Gemini CLI
io.github.sathergate/notifykit
Unified notifications for Next.js. Multi-provider SMS, email, and push.
client:Gemini CLI
transport:stdio
runtime:npm
Install notifykit in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"notifykit": {
"command": "npx",
"args": [
"-y",
"@sathergate/notifykit"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs