dbt
Provides a bridge between dbt (data build tool) resources and natural language interfaces, enabling execution of CLI commands, discovery of model metadata, and querying of the Semantic Layer for data transformation management.
Featured
View Source336 stars
0 tools
Created Aug 2025
@dbt-labs/dbt-labs-dbt-dbt-mcpAbout
Provides a bridge between dbt (data build tool) resources and natural language interfaces, enabling execution of CLI commands, discovery of model metadata, and querying of the Semantic Layer for data transformation management.
Categories
general
Installation
npm
npm install @dbt-labs/dbt-labs-dbt-dbt-mcp
Configuration
{
"mcpServers": {
"dbt-labs-dbt-dbt-mcp": {
"command": "npx",
"args": [
"-y",
"@dbt-labs/dbt-labs-dbt-dbt-mcp"
]
}
}
}