dryrun for Gemini CLI
io.github.boringsql/dryrun
PostgreSQL schema intelligence from a committed snapshot. No connection, no credentials.
client:Gemini CLI
transport:stdio
runtime:npm
Install dryrun in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"dryrun": {
"command": "npx",
"args": [
"-y",
"@boringsql/dryrun"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs