dbt-docs-mcp
@mattijsdp
About dbt-docs-mcp
MCP (model context protocol) server for interacting with dbt Docs
Basic information
Category
Memory & Knowledge
License
MIT
Runtime
python
Transports
stdio
Publisher
mattijsdp
Submitted by
Mattijs De Paepe
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"dbt-docs-mcp": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is dbt-docs-mcp?
dbt-docs-mcp is an MCP server that exposes dbt project metadata from manifest.json and catalog.json artifacts. It lets you query graph information, inspect node details, and explore model and column lineage within a dbt project.
How to use dbt-docs-mcp?
Requires Python and uv. Clone the repo, optionally run the provided script to generate column-level lineage data, then start the server with uv run … mcp run … and set the environment variables MANIFEST_PATH, SCHEMA_MAPPING_PATH, and MANIFEST_CL_PATH. Configuration is typically placed in an MCP client’s mcp.json.
Key features of dbt-docs-mcp
- Search nodes by name, column name, or compiled SQL.
- Retrieve detailed attributes of any node by unique ID.
- Find direct upstream predecessors of a node.
- Find direct downstream successors of a node.
- Trace column-level ancestors and descendants.
- Supports extensions for SQL execution and database metadata.
Use cases of dbt-docs-mcp
- Discover which models depend on a given source table.
- Understand the full upstream lineage of a specific column.
- Find models whose compiled SQL contains a known pattern.
- Validate the impact of schema changes on downstream nodes.
FAQ from dbt-docs-mcp
—
More Memory & Knowledge MCP servers
Obsidian MCP Server
StevenStavrakisA simple MCP server for Obsidian
MemoryMesh
CheMiguel23A knowledge graph server that uses the Model Context Protocol (MCP) to provide structured memory persistence for AI models.
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
Comments