Shotlee for Gemini CLI
app.shotlee/shotlee
Peptide and GLP-1 dosing math (dose to syringe units) plus search over Shotlee's articles.
client:Gemini CLI
transport:streamable-http
tools:3
Install Shotlee in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"shotlee": {
"httpUrl": "https://www.shotlee.app/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs