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
By mattijsdp
Installation
npx -y dbt-docs-mcpConfiguration
{
"mcpServers": {
"dbt-docs-mcp": {
"command": "npx",
"args": ["-y", "dbt-docs-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes