Peelaway Image Editing for Gemini CLI
io.github.jakeloo/peelaway
Edit images over MCP with object removal, background removal, and guided generative edits.
client:Gemini CLI
transport:streamable-http
Install Peelaway Image Editing in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"peelaway": {
"httpUrl": "https://mcp.peelaway.io/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs