Skip to content
Gemini CLI

MeltFlex AI for Gemini CLI

io.github.meltflexdevs/meltflex

AI interior design — restyle rooms, place furniture, and virtually stage spaces from a photo.

client:Gemini CLI transport:stdio runtime:npm

Install MeltFlex AI 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": {
    "meltflex": {
      "command": "npx",
      "args": [
        "-y",
        "meltflex-mcp"
      ],
      "env": {
        "MELTFLEX_API_KEY": "<MELTFLEX_API_KEY>"
      }
    }
  }
}

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

MeltFlex AI in other clients