via “dbt project metadata discovery and graph traversal”
** - Official MCP server for [dbt (data build tool)](https://www.getdbt.com/product/what-is-dbt) providing integration with dbt Core/Cloud CLI, project metadata discovery, model information, and semantic layer querying capabilities.
Unique: Implements a dedicated discovery client architecture that parses compiled dbt manifests and catalogs, enabling structured graph traversal with built-in pagination and caching strategies optimized for large projects. Unlike REST API approaches, it works offline with local artifacts and supports multi-project mode for monorepo dbt setups.
vs others: Faster and more complete than querying dbt Cloud Admin API for metadata because it operates on local compiled artifacts without network latency, and supports full lineage traversal including column-level dependencies.