dbt
Freeby Indie Developer
Data transformation in your warehouse using SQL and Jinja templates.
v1.0.0Added Jan 10, 2025
dbtsqltransformation
dbt MCP Server
Data transformation in your warehouse using SQL and Jinja templates.
Features
- Model management
- Tests
- Documentation
- Lineage
- Macros
Installation
{
"mcpServers": {
"dbt": {
"command": "npx",
"args": ["-y", "mcp-dbt"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-dbt
Add to claude_desktop_config.json
{
"mcpServers": {
"dbt": {
"command": "npx",
"args": ["-y", "mcp-dbt"]
}
}
}