Skip to main content
Data PlatformsPython

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.

data-platformslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/mattijsdp/dbt-docs-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Data Platforms
Language
Python
Author
mattijsdp