Skip to content
Gemini CLI

Exif Strip for Gemini CLI

io.github.dawaxwx/exif-strip

Strips EXIF, XMP, IPTC and GPS metadata from JPEG and PNG images in one call, with optional ICC p...

client:Gemini CLI transport:streamable-http

Install Exif Strip in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "exif-strip": {
      "httpUrl": "https://exif-strip.david-cyr.workers.dev/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Exif Strip in other clients