Back to MCP Servers

Dbt Docs

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-platforms

Installation

npx -y dbt-docs-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub