Skip to content
Gemini CLI

cli for Gemini CLI

io.settlemesh/cli

Deploy and monetize agent-built apps: login, database, usage billing, and end-user-pays.

client:Gemini CLI transport:stdio runtime:npm

Install cli 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": {
    "cli": {
      "command": "npx",
      "args": [
        "-y",
        "settlemesh"
      ],
      "env": {
        "SETTLE_API_KEY": "<SETTLE_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

cli in other clients