PhotoS for Gemini CLI
io.github.dongwu259/photo-s
Batch photo processing: compress, convert, EXIF, rename, dedup, cull, galleries
client:Gemini CLI
transport:stdio
runtime:pypi
Install PhotoS in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"photo-s": {
"command": "uvx",
"args": [
"photo-s-tools"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs