Jupiter Invoice for Gemini CLI
com.jupiterinvoice/server
Create and manage invoices and customers on Jupiter Invoice (MCP, API-key auth).
client:Gemini CLI
transport:streamable-http
Install Jupiter Invoice in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"server": {
"httpUrl": "https://jupiterinvoice.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