dbt-plan for Gemini CLI
io.github.presentjay/dbt-plan
Predicts the DDL a dbt change will execute, before you run it. Reads files, not the warehouse.
client:Gemini CLI
transport:stdio
runtime:pypi
Install dbt-plan in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"dbt-plan": {
"command": "uvx",
"args": [
"dbt-plan"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs