dbt-plan
Rank #3,869io.github.PresentJay/dbt-plan
Predicts the DDL a dbt change will execute, before you run it. Reads files, not the warehouse.
dbt-plan is a Model Context Protocol (MCP) server published by PresentJay. It ranks #3,869 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. dbt-plan is listed on Official MCP, with 7 tracked versions. It was first listed on Sep 3, 2026 and most recently updated on Sep 15, 2026.
Ranks ahead of 128,177 of 132,046 servers on MCP Toplist.
Use dbt-plan
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dbt-plan -- uvx dbt-plan[mcp_servers.dbt-plan]
command = "uvx"
args = ["dbt-plan"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"dbt-plan": {
"command": "uvx",
"args": [
"dbt-plan"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"dbt-plan": {
"command": "uvx",
"args": [
"dbt-plan"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"dbt-plan": {
"type": "stdio",
"command": "uvx",
"args": [
"dbt-plan"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"dbt-plan": {
"command": "uvx",
"args": [
"dbt-plan"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dbt-plan": {
"command": "uvx",
"args": [
"dbt-plan"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.PresentJay%2Fdbt-plan)<a href="https://mcptoplist.com/server/io.github.PresentJay%2Fdbt-plan"><img src="https://mcptoplist.com/badge/io.github.PresentJay%2Fdbt-plan.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
PresentJay
Available versions (7)
| Version | Published |
|---|---|
| 0.16.1 | Sep 15, 2026 |
| 0.16.0 | Sep 9, 2026 |
| 0.15.0 | Sep 7, 2026 |
| 0.14.0 | Sep 5, 2026 |
| 0.13.0 | Sep 5, 2026 |
| 0.12.0 | Sep 5, 2026 |
| 0.11.2 | Sep 5, 2026 |
Frequently asked questions
- Who maintains dbt-plan?
- dbt-plan is maintained by PresentJay, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is dbt-plan listed on the Official MCP Registry?
- Yes — dbt-plan is listed on the Official MCP Registry.
- How many versions does dbt-plan have?
- MCP Toplist tracks 7 versions of dbt-plan, most recently published on Sep 15, 2026.
- Where can I find the source code for dbt-plan?
- The source code for dbt-plan is hosted at github.com/PresentJay/dbt-plan.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.