Skip to content
Gemini CLI

tidebase for Gemini CLI

io.github.blueprintlabio/tidebase

Inspect Tidebase agent runs, resolve approval gates, and trigger recovery from your AI assistant.

client:Gemini CLI transport:stdio runtime:npm

Install tidebase 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": {
    "tidebase": {
      "command": "npx",
      "args": [
        "-y",
        "@tidebase/mcp"
      ],
      "env": {
        "TIDEBASE_URL": "<TIDEBASE_URL>"
      }
    }
  }
}

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

tidebase in other clients