dbt-docs
JSON →MCP server for dbt-core (OSS) users as the official dbt MCP only supports dbt Cloud. Supports project metadata, model and column-level lineage and dbt documentation.
Tools · 8
- search_dbt_node_names Find nodes (models, sources, tests, etc.) by name
- search_dbt_column_names Locate nodes based on column names
- search_dbt_sql_code Search within the compiled SQL code of nodes
- get_dbt_node_attributes Retrieve detailed attributes for any given node unique ID
- get_dbt_predecessors Find direct upstream dependencies (predecessors) of a node
- get_dbt_successors Find direct downstream dependents (successors) of a node
- get_column_ancestors Trace all upstream sources for a specific column in a model
- get_column_descendants Trace all downstream dependents of a specific column in a model
Links
★ 23 GitHub stars