standup for Gemini CLI
io.github.theluckystrike/standup
A task board for daily standups: columns, due dates, priorities, weekly review.
client:Gemini CLI
transport:streamable-http
runtime:mcpb
tools:17
Install standup in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"standup": {
"httpUrl": "https://mcp.zovo.one/mcp/standup"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs