CountLink for Gemini CLI
app.countlink/countdown
Shared countdown timers that stay in sync on every screen — no account, any number of viewers.
client:Gemini CLI
transport:streamable-http
tools:4
Install CountLink in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"countdown": {
"httpUrl": "https://countlink.app/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs