dbt-docs
MCP ServerFree** - 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.
Capabilities8 decomposed
dbt project metadata extraction and exposure
Medium confidenceParses dbt project configuration files (dbt_project.yml, manifest.json) and exposes project-level metadata including model counts, source definitions, test coverage, and documentation status through MCP tools. Implements a manifest-based approach that reads the compiled dbt artifact rather than executing dbt commands, enabling fast metadata queries without project recompilation.
Operates on pre-compiled dbt artifacts (manifest.json) rather than requiring dbt CLI execution, enabling instant metadata queries without triggering dbt parse/run cycles. Fills the gap for dbt-core users who lack access to the official dbt Cloud MCP.
Faster and lighter than dbt Cloud MCP for local dbt-core projects because it reads cached artifacts instead of making API calls, and requires no dbt Cloud subscription.
model-level lineage graph construction and traversal
Medium confidenceReconstructs dbt model dependency graphs from manifest.json by parsing upstream/downstream relationships between models, sources, and tests. Exposes lineage as queryable graph structure enabling traversal of data flow paths, impact analysis, and dependency visualization. Uses manifest node relationships to build directed acyclic graph (DAG) without executing dbt commands.
Constructs lineage graphs directly from manifest.json node relationships without requiring dbt execution, enabling instant dependency queries. Supports bidirectional traversal (upstream sources and downstream consumers) with explicit relationship typing (depends_on, ref, source).
Faster than dbt Cloud's lineage API for local projects because it operates on local artifacts, and provides more detailed relationship metadata than simple dependency lists.
column-level lineage and data type tracking
Medium confidenceExtracts column-level lineage information from dbt manifest by parsing model contracts, column definitions, and test metadata. Maps columns through transformation chains to track data types, nullability, and documentation across upstream and downstream models. Implements column-to-column dependency tracking using manifest column metadata and test associations.
Extracts column-level lineage from dbt manifest contracts and test metadata, enabling fine-grained tracking of data transformations. Combines column definitions, test associations, and data type information into unified lineage graph without requiring SQL parsing.
Provides column-level detail that simple model lineage cannot offer, and requires no external data catalog or SQL parsing — all information comes from dbt artifacts.
dbt documentation content retrieval and search
Medium confidenceIndexes and retrieves dbt documentation content from manifest.json including model descriptions, column documentation, test descriptions, and source definitions. Exposes documentation as searchable text content accessible via MCP tools, enabling LLM agents to cite and reference dbt documentation in responses. Implements text extraction from manifest metadata fields without requiring dbt docs server.
Extracts and indexes dbt documentation directly from manifest.json without requiring dbt docs server, making documentation accessible to LLM agents via MCP. Treats dbt docs as structured knowledge base queryable by model, column, or test.
Enables documentation retrieval without running dbt docs server, and integrates documentation directly into LLM context — faster and more seamless than requiring agents to browse dbt docs website.
test coverage analysis and test metadata exposure
Medium confidenceParses dbt test definitions from manifest.json and maps tests to models and columns they validate. Exposes test metadata including test type (generic/singular), test parameters, and expected outcomes. Enables analysis of test coverage gaps by identifying untested models and columns. Implements test-to-model mapping using manifest test node relationships.
Maps test definitions to models and columns via manifest relationships, enabling coverage analysis without executing tests. Treats test metadata as queryable knowledge base for data quality governance.
Provides test coverage insights without running dbt test, and integrates test metadata into LLM context for intelligent test recommendations.
source and external table metadata exposure
Medium confidenceExtracts source definitions from manifest.json including source names, table names, database/schema locations, and source-level documentation. Exposes source metadata as queryable information enabling LLM agents to understand raw data inputs and their properties. Implements source node parsing from manifest with support for source freshness checks and source-level tests.
Exposes dbt source definitions from manifest as queryable metadata, enabling LLM agents to understand raw data inputs and their properties without querying actual databases.
Provides source context without database connections, making it lightweight and fast for lineage and documentation use cases.
mcp protocol integration and tool exposure
Medium confidenceImplements MCP (Model Context Protocol) server that exposes dbt metadata capabilities as standardized tools callable by MCP-compatible clients (Claude, Cline, etc.). Uses MCP server framework to define tool schemas, handle client requests, and return structured responses. Enables seamless integration of dbt metadata into LLM agent workflows through standard MCP tool-calling interface.
Implements full MCP server wrapping dbt metadata capabilities, enabling seamless tool-calling from Claude and other MCP clients. Uses standard MCP protocol for schema definition and request/response handling.
Provides native MCP integration that works out-of-box with Claude Desktop and Cline, versus requiring custom API wrappers or Python SDK imports.
manifest.json parsing and caching
Medium confidenceReads and parses dbt manifest.json artifact into in-memory data structures for fast metadata queries. Implements caching of parsed manifest to avoid repeated file I/O and JSON deserialization. Handles manifest schema variations across dbt versions and provides error handling for missing or corrupted manifests. Uses Python JSON parsing with optional caching layer for performance.
Implements efficient manifest parsing with optional caching layer, enabling fast repeated queries without re-parsing JSON. Handles manifest schema variations across dbt versions.
Faster than repeatedly executing dbt commands or parsing manifest on each query, and more flexible than dbt Cloud API for local projects.
Capabilities are decomposed by AI analysis. Each maps to specific user intents and improves with match feedback.
Related Artifactssharing capabilities
Artifacts that share capabilities with dbt-docs, ranked by overlap. Discovered automatically through the match graph.
dbt
** - 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.
Euno
Transforms data modeling with seamless dbt™ integration and...
Elementary
Open-source dbt-native data observability and anomaly detection.
Metaplane
Monitor, manage, and enhance data integrity...
OpenMetadata
OpenMetadata is a unified metadata platform for data discovery, data observability, and data governance powered by a central metadata repository, in-depth column level lineage, and seamless team collaboration.
Monte Carlo
Enterprise data observability with ML-powered anomaly detection.
Best For
- ✓dbt-core OSS users building LLM agents that need project awareness
- ✓Teams integrating dbt metadata into Claude or other MCP-compatible clients
- ✓Data engineers automating dbt project analysis and governance
- ✓Data engineers performing impact analysis before model changes
- ✓Teams building data governance dashboards that need lineage visualization
- ✓LLM agents that need to understand data dependencies for code generation or documentation
- ✓Data quality teams building column-level lineage for compliance and governance
- ✓Teams implementing data contracts and schema validation in dbt
Known Limitations
- ⚠Requires pre-compiled manifest.json — does not execute dbt commands, so metadata reflects last successful dbt parse/run
- ⚠No real-time project state — changes to dbt_project.yml require manual dbt parse to update manifest
- ⚠Limited to dbt-core projects; does not support dbt Cloud-specific features like discovery API
- ⚠Lineage limited to dbt-managed models and sources — does not include external systems or non-dbt transformations
- ⚠Requires manifest.json to be up-to-date; stale manifests produce inaccurate lineage
- ⚠Does not track runtime data flow or actual column-level transformations, only declared dependencies
Requirements
Input / Output
UnfragileRank
UnfragileRank is computed from adoption signals, documentation quality, ecosystem connectivity, match graph feedback, and freshness. No artifact can pay for a higher rank.
About
** - 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.
Categories
Alternatives to dbt-docs
Are you the builder of dbt-docs?
Claim this artifact to get a verified badge, access match analytics, see which intents users search for, and manage your listing.
Get the weekly brief
New tools, rising stars, and what's actually worth your time. No spam.
Data Sources
Looking for something else?
Search →