Skip to content
Gemini CLI

GEML — a plain-text document format built to be edited in place, one section at a time for Gemini CLI

io.github.geml-spec/geml

One section in, one section out — on Markdown/GEML files, bad writes refused.

client:Gemini CLI transport:stdio runtime:npm

Install GEML — a plain-text document format built to be edited in place, one section at a time in Gemini CLI

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

{
  "mcpServers": {
    "geml": {
      "command": "npx",
      "args": [
        "-y",
        "@geml/geml"
      ]
    }
  }
}

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

GEML — a plain-text document format built to be edited in place, one section at a time in other clients