Skip to content
Cline

dbt-plan for Cline

io.github.presentjay/dbt-plan

Predicts the DDL a dbt change will execute, before you run it. Reads files, not the warehouse.

client:Cline transport:stdio runtime:pypi

Install dbt-plan in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "dbt-plan": {
      "command": "uvx",
      "args": [
        "dbt-plan"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

dbt-plan in other clients