Timergy for Gemini CLI
io.github.dockerdiscordcontrol/timergy
Create scheduling polls, vote, and finalize times from AI agents.
client:Gemini CLI
transport:stdio
runtime:npm
Install Timergy in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"timergy": {
"command": "npx",
"args": [
"-y",
"@timergy/mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs