estimate template for Gemini CLI
io.github.theluckystrike/estimate-template
Quotes and estimates: VAT line items, a validity date, an A4 PDF, accept makes an invoice.
client:Gemini CLI
transport:streamable-http
runtime:mcpb
tools:12
Install estimate template in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"estimate-template": {
"httpUrl": "https://mcp.zovo.one/mcp/estimate-template"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs