Skip to content
Gemini CLI

slimsnap for Gemini CLI

io.github.bickov/slimsnap

Your recent screen captures as structured JSON your AI agent can read. Local only, no network.

client:Gemini CLI transport:stdio runtime:npm

Install slimsnap in Gemini CLI

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

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

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

slimsnap in other clients