Tallymeter for Gemini CLI
com.tallymeter/tallymeter
Time tracking and invoicing for AI agents and their humans: track, log and bill work by agent.
client:Gemini CLI
transport:streamable-http
Install Tallymeter in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"tallymeter": {
"httpUrl": "https://tallymeter.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs