Skip to content
Gemini CLI

xmorf for Gemini CLI

io.github.crawde/xmorf

AI image editing and generation via xmorf API. Edit, generate, and list models.

client:Gemini CLI transport:stdio runtime:npm

Install xmorf in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "xmorf": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-xmorf"
      ],
      "env": {
        "XMORF_API_TOKEN": "<XMORF_API_TOKEN>"
      }
    }
  }
}

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

xmorf in other clients