dbt
JSON →Official MCP server for dbt (data build tool) providing integration with dbt Core/Cloud CLI, project metadata discovery, model information, and semantic layer querying capabilities.
Tools · 17
- dbt_run Execute dbt run command to build models
- dbt_test Execute dbt test command to test models
- dbt_compile Compile dbt SQL files without executing
- dbt_docs_generate Generate dbt documentation
- dbt_docs_serve Serve dbt documentation locally
- dbt_seed Load CSV files into the database
- dbt_snapshot Execute dbt snapshot command
- dbt_build Run, test, and snapshot in one command
- dbt_list List dbt resources (models, tests, etc.)
- dbt_deps Install dbt package dependencies
- dbt_clean Remove dbt artifacts and target directory
- dbt_debug Debug dbt connection and configuration
- dbt_parse Parse dbt project without executing
- dbt_source_freshness Check source freshness
- dbt_retry Retry failed dbt runs
- dbt_clone Clone dbt project state
- dbt_init Initialize a new dbt project
Links
★ 568 GitHub stars