Skip to content
Windsurf

dbt-plan for Windsurf

io.github.presentjay/dbt-plan

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

client:Windsurf transport:stdio runtime:pypi

Install dbt-plan in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

dbt-plan in other clients