chuckle for Gemini CLI
io.github.jpol34/chuckle
Look up meme template images by name or description, with disambiguation for ambiguous names.
client:Gemini CLI
transport:streamable-http
Install chuckle in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"chuckle": {
"httpUrl": "https://chuckle-server-production.up.railway.app/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs