harvest for Gemini CLI
io.usefulapi/harvest
Read time entries, projects, clients, tasks and invoices; log and update tracked time.
client:Gemini CLI
transport:streamable-http
Install harvest in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"harvest": {
"httpUrl": "https://harvest.usefulapi.io/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs