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
{
"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