Skip to content
Gemini CLI

noglow for Gemini CLI

app.devglow/noglow

Drop a short text fragment into a scratchpad slot, with newlines intact.

client:Gemini CLI transport:stdio runtime:npm

Install noglow in Gemini CLI

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

{
  "mcpServers": {
    "noglow": {
      "command": "npx",
      "args": [
        "-y",
        "noglow-mcp"
      ]
    }
  }
}

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

noglow in other clients