via “dbt code generation with yaml scaffolding and model templates”
** - Official MCP server for [dbt (data build tool)](https://www.getdbt.com/product/what-is-dbt) providing integration with dbt Core/Cloud CLI, project metadata discovery, model information, and semantic layer querying capabilities.
Unique: Wraps dbt codegen library to provide three complementary generation tools (source, model, staging) that work together to accelerate dbt project setup. Generates production-ready YAML and SQL that follows dbt best practices without requiring manual template creation.
vs others: More complete than manual YAML writing because it introspects database schemas automatically, and more flexible than dbt Cloud IDE templates because it supports custom generation parameters and integrates with agent workflows.