MCP Servers / database / dbt-docs

dbt-docs

JSON →
httpnone23database

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.

Install
How to run this server

No install command recorded.

server path: dbt-docs
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
Resources
dbt-docs — MCP Server · libregistry