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
Installation
npx -y mattijsdp/dbt-docs-mcpConfiguration
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub