data platforms

Dbt Docs Mcp

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.

python
local
data platforms
0
View on GitHub

Installation

npx -y mattijsdp/dbt-docs-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "dbt-docs-mcp",
  "command": "npx",
  "args": [
    "-y",
    "mattijsdp/dbt-docs-mcp"
  ]
}

About This MCP Server

mattijsdp/dbt-docs-mcp

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.

GitHub: https://github.com/mattijsdp/dbt-docs-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub