Skip to content
Gemini CLI

thing for Gemini CLI

io.github.unravel-team/thing

Artifacts for any coding agent: a durable link with versions, diffs, and comments on the page.

client:Gemini CLI transport:stdio runtime:npm

Install thing 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": {
    "thing": {
      "command": "npx",
      "args": [
        "-y",
        "@unravel-tech/thing"
      ],
      "env": {
        "THING_TOKEN": "<THING_TOKEN>",
        "THING_SERVER": "<THING_SERVER>"
      }
    }
  }
}

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

thing in other clients