dbt MCP — manifest/run_results/sources/catalog parsing + DQ result tables (BigQuery/Postgres)
Package Details
@us-all/dbt-mcp
Environment Variables
Path to dbt project root (where dbt_project.yml lives).
dbt target dir for manifest.json/run_results.json (default: $DBT_PROJECT_DIR/target).
Optional dir for archived run_results.json history (glob-scanned).
DQ result table backend: 'bigquery' (default) or 'postgres'.
Fully qualified DQ checks table, e.g. 'project.data_ops.quality_checks'.
Fully qualified DQ score-daily table, e.g. 'project.data_ops.quality_score_daily'.
Service account key path for BigQuery (ADC fallback supported).
Explicit BigQuery project ID for DQ queries.
Postgres connection string when DQ_BACKEND=postgres.
falseReserved for future write tools. Default read-only.
genericDQ result-table schema flavor: 'generic' (default) or 'us-all'.
When DQ_SCHEMA=us-all, the overall_score threshold dq-tier-status compares against (default 99.5).
Comma-separated category allowlist (dbt,quality,meta).
Comma-separated category disablelist.