Skip to content

MCP server in namespace io.github

io.github.us-all/dbt · Status: active

The source provides no name of its own for this entry. The identifier therefore appears on this page as a coordinate, not as the heading.

If you find your own account name here: write informally to German.saas@web.de, stating the identifier concerned. No reason has to be given. How to object

Registry name
io.github.us-all/dbt
Package coordinate
npm:@us-all/dbt-mcp
Version
1.0.7
Listed in the registry
2026-06-19
Changed in the registry
2026-06-19
First seen by tracevero
2026-08-06
Vendor's website
https://github.com/us-all/dbt-mcp-server

dbt MCP — manifest/run_results/sources/catalog parsing + DQ result tables (BigQuery/Postgres)

Vendor's own description, untranslated and unverified

Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin. What the confidence levels mean

Measured values

Measured values
Credentials requiredno
Raw declaration – Required secret variables (raw): confirmed absent
Raw declaration – Required secret headers (raw): confirmed absent
Source: MCP-Register · collected on 2026-08-06 · derived
Execution locationlocal
Raw declaration – Transports (raw): stdio
Source: MCP-Register · collected on 2026-08-06 · derived
Path argument presentno
Raw declaration – Path arguments (raw): confirmed absent
Raw declaration – Path environment variables (raw): confirmed absent
Source: MCP-Register · collected on 2026-08-06 · derived
Repository URL listedyes
Raw declaration – Repository (raw): https://github.com/us-all/dbt-mcp-server
Source: MCP-Register · collected on 2026-08-06 · derived
Version1.0.7
Source: MCP-Register · collected on 2026-08-06 · self-declared

Position within the holdings

How many of the 24,717 published entries carry the same measured value. A reference figure, not an assessment.

All 4 values together are carried by 8,596 of 24,717 entries.

This entry appears in these selections

The source's raw values23

Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin.

Raw values
Environment variables (raw)DBT_PROJECT_DIR, DBT_TARGET_DIR, DBT_RUN_HISTORY_DIR, DQ_BACKEND, DQ_RESULTS_TABLE, DQ_SCORE_TABLE, GOOGLE_APPLICATION_CREDENTIALS, BQ_PROJECT_ID, PG_CONNECTION_STRING, DBT_ALLOW_WRITE, DQ_SCHEMA, DQ_COL_RUN_AT, DQ_COL_CHECK_TYPE, DQ_COL_STATUS, DQ_COL_DATASET, DQ_COL_TABLE_NAME, DQ_COL_SEVERITY, DQ_COL_FAILURE_COUNT, DQ_COL_MESSAGE, DQ_COL_CHECK_NAME, DQ_COL_SCORE_DATE, DQ_COL_SCOPE, DQ_COL_TIER, DQ_TIER1_TARGET_PCT, DBT_SLA_CONFIG_PATH, DBT_TOOLS, DBT_DISABLE
Source: MCP-Register · collected on 2026-08-06 · self-declared
Required secret variables (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-06 · self-declared
Transports (raw)stdio
Source: MCP-Register · collected on 2026-08-06 · self-declared
Path arguments (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-06 · self-declared
Repository (raw)https://github.com/us-all/dbt-mcp-server
Source: MCP-Register · collected on 2026-08-06 · self-declared
Package registries (raw)npm
Source: MCP-Register · collected on 2026-08-06 · self-declared
Required secret headers (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Path environment variables (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Remote URLs (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Remote hosts (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Registry status message (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
First listed in the registry (raw)2026-06-19
Source: MCP-Register · collected on 2026-08-16 · self-declared
Last changed in the registry (raw)2026-06-19
Source: MCP-Register · collected on 2026-08-16 · self-declared
Schema version of the raw record (raw)https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json
Source: MCP-Register · collected on 2026-08-16 · self-declared
Delivery form (raw)paket
Source: MCP-Register · collected on 2026-08-16 · self-declared
Repository platform (raw)github
Source: MCP-Register · collected on 2026-08-16 · self-declared
Repository subfolder (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Package identifiers (raw)@us-all/dbt-mcp
Source: MCP-Register · collected on 2026-08-16 · self-declared
Package versions (raw)1.0.7
Source: MCP-Register · collected on 2026-08-16 · self-declared
Runtime hints (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Environment variable formats (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Environment variable descriptions (raw)BQ_PROJECT_ID=Explicit BigQuery project ID for DQ queries. · DBT_ALLOW_WRITE=Reserved for future write tools. Default read-only. · DBT_DISABLE=Comma-separated category disablelist. · DBT_PROJECT_DIR=Path to dbt project root (where dbt_project.yml lives). · DBT_RUN_HISTORY_DIR=Optional dir for archived run_results.json history (glob-scanned). · DBT_SLA_CONFIG_PATH=Optional path to a YAML file that defines tier_sla (per-tier overall_score targets) and dbt_sla (test/freshness pass rates). When set, dq-tier-status and dq-tier-by-source read tier targets from this file, and dbt-sla-status compares run_results / sources pass rates against dbt_sla.test_pass_pct / freshness_pass_pct. Mtime cached. · DBT_TARGET_DIR=dbt target dir for manifest.json/run_results.json (default: $DBT_PROJECT_DIR/target). · DBT_TOOLS=Comma-separated category allowlist (dbt,quality,meta). · DQ_BACKEND=DQ result table backend: 'bigquery' (default) or 'postgres'. · DQ_COL_CHECK_NAME=Override for the check_name column on the DQ checks table. Set to 'none'/'null'/'-' to synthesize check_name from check_type and table_name. · DQ_COL_CHECK_TYPE=Override for the check-type column on the DQ checks table. Default 'check_type'. · DQ_COL_DATASET=Override for the dataset/source column on the DQ checks table. Default depends on preset. · DQ_COL_FAILURE_COUNT=Override for the numeric failure-count column on the DQ checks table. Default depends on preset. · DQ_COL_MESSAGE=Override for the message column on the DQ checks table. Default depends on preset. · DQ_COL_RUN_AT=Override for the timestamp/date column on the DQ checks table. Default depends on DQ_SCHEMA preset. · DQ_COL_SCOPE=Override for the scope column on the DQ score-daily table. Set to 'none'/'null'/'-' if the table has no per-scope rollup. · DQ_COL_SCORE_DATE=Override for the date column on the DQ score-daily table. Default depends on preset. · DQ_COL_SEVERITY=Override for the severity/dimension column on the DQ checks table. Default depends on preset. · DQ_COL_STATUS=Override for the status column on the DQ checks table. Default 'status'. · DQ_COL_TABLE_NAME=Override for the table/target-name column on the DQ checks table. Default depends on preset. · DQ_COL_TIER=Override for the tier column on the DQ score-daily table. Set to 'none'/'null'/'-' if the table has no tier dimension. · DQ_RESULTS_TABLE=Fully qualified DQ checks table, e.g. 'project.data_ops.quality_checks'. · DQ_SCHEMA=DQ result-table schema preset: 'generic' (default) or 'us-all'. Use DQ_COL_* env vars to override individual columns on top of the preset. · DQ_SCORE_TABLE=Fully qualified DQ score-daily table, e.g. 'project.data_ops.quality_score_daily'. · DQ_TIER1_TARGET_PCT=When no tier column is configured (us-all preset or DQ_COL_TIER=none), the overall_score threshold dq-tier-status compares against (default 99.5). Superseded by DBT_SLA_CONFIG_PATH tier_sla.1 if both are set. · GOOGLE_APPLICATION_CREDENTIALS=Service account key path for BigQuery (ADC fallback supported). · PG_CONNECTION_STRING=Postgres connection string when DQ_BACKEND=postgres.
Source: MCP-Register · collected on 2026-08-16 · self-declared
Icon formats (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared

Changes

Changes
2026-08-16Last changed in the registry (raw): – → 2026-06-19
2026-08-16First listed in the registry (raw): – → 2026-06-19
2026-08-16Registry status message (raw): – → –
2026-08-16Schema version of the raw record (raw): – → https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json
2026-08-16Icon formats (raw): – → –
2026-08-16Environment variable descriptions (raw): – → BQ_PROJECT_ID=Explicit BigQuery project ID for DQ queries. · DBT_ALLOW_WRITE=Reserved for future write tools. Default read-only. · DBT_DISABLE=Comma-separated category disablelist. · DBT_PROJECT_DIR=Path to dbt project root (where dbt_project.yml lives). · DBT_RUN_HISTORY_DIR=Optional dir for archived run_results.json history (glob-scanned). · DBT_SLA_CONFIG_PATH=Optional path to a YAML file that defines tier_sla (per-tier overall_score targets) and dbt_sla (test/freshness pass rates). When set, dq-tier-status and dq-tier-by-source read tier targets from this file, and dbt-sla-status compares run_results / sources pass rates against dbt_sla.test_pass_pct / freshness_pass_pct. Mtime cached. · DBT_TARGET_DIR=dbt target dir for manifest.json/run_results.json (default: $DBT_PROJECT_DIR/target). · DBT_TOOLS=Comma-separated category allowlist (dbt,quality,meta). · DQ_BACKEND=DQ result table backend: 'bigquery' (default) or 'postgres'. · DQ_COL_CHECK_NAME=Override for the check_name column on the DQ checks table. Set to 'none'/'null'/'-' to synthesize check_name from check_type and table_name. · DQ_COL_CHECK_TYPE=Override for the check-type column on the DQ checks table. Default 'check_type'. · DQ_COL_DATASET=Override for the dataset/source column on the DQ checks table. Default depends on preset. · DQ_COL_FAILURE_COUNT=Override for the numeric failure-count column on the DQ checks table. Default depends on preset. · DQ_COL_MESSAGE=Override for the message column on the DQ checks table. Default depends on preset. · DQ_COL_RUN_AT=Override for the timestamp/date column on the DQ checks table. Default depends on DQ_SCHEMA preset. · DQ_COL_SCOPE=Override for the scope column on the DQ score-daily table. Set to 'none'/'null'/'-' if the table has no per-scope rollup. · DQ_COL_SCORE_DATE=Override for the date column on the DQ score-daily table. Default depends on preset. · DQ_COL_SEVERITY=Override for the severity/dimension column on the DQ checks table. Default depends on preset. · DQ_COL_STATUS=Override for the status column on the DQ checks table. Default 'status'. · DQ_COL_TABLE_NAME=Override for the table/target-name column on the DQ checks table. Default depends on preset. · DQ_COL_TIER=Override for the tier column on the DQ score-daily table. Set to 'none'/'null'/'-' if the table has no tier dimension. · DQ_RESULTS_TABLE=Fully qualified DQ checks table, e.g. 'project.data_ops.quality_checks'. · DQ_SCHEMA=DQ result-table schema preset: 'generic' (default) or 'us-all'. Use DQ_COL_* env vars to override individual columns on top of the preset. · DQ_SCORE_TABLE=Fully qualified DQ score-daily table, e.g. 'project.data_ops.quality_score_daily'. · DQ_TIER1_TARGET_PCT=When no tier column is configured (us-all preset or DQ_COL_TIER=none), the overall_score threshold dq-tier-status compares against (default 99.5). Superseded by DBT_SLA_CONFIG_PATH tier_sla.1 if both are set. · GOOGLE_APPLICATION_CREDENTIALS=Service account key path for BigQuery (ADC fallback supported). · PG_CONNECTION_STRING=Postgres connection string when DQ_BACKEND=postgres.
2026-08-16Environment variable formats (raw): – → –
2026-08-16Delivery form (raw): – → paket
2026-08-16Remote hosts (raw): – → –
2026-08-16Remote URLs (raw): – → –

These are the 10 most recent changes to this entry. Full history

tracevero · https://tracevero.com/mcp/io-github-us-all-dbt