Skip to content
Cursor

dbt-plan for Cursor

io.github.presentjay/dbt-plan

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

client:Cursor transport:stdio runtime:pypi

Install dbt-plan in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

dbt-plan in other clients