dbt-docs-mcp
5
dbt-docs-mcp is a Model Context Protocol server designed to interface with dbt project metadata, such as dbt Docs artifacts. It enables querying and lineage exploration of dbt nodes and columns.
search_dbt_node_names
Search for dbt nodes by name
search_dbt_column_names
Positioning nodes according to column names
search_dbt_sql_code
Search in node compilation SQL code
get_dbt_node_attributes
Retrieve the detailed properties of the node
get_dbt_predecessors
Find the node's direct upstream dependencies
get_dbt_successors
Find the node's direct downstream dependencies
get_column_ancestors
Track all upstream sources of columns
get_column_descendants
Track all downstream dependencies of the column