Skip to content
Gemini CLI

mess for Gemini CLI

fyi.mess/mess

Inventory of your service accounts, kept current by your coding agents. Metadata only, no secrets.

client:Gemini CLI transport:streamable-http

Install mess in Gemini CLI

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

{
  "mcpServers": {
    "mess": {
      "httpUrl": "https://mess.fyi/api/mcp"
    }
  }
}

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

mess in other clients