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.
Quick Start
Clone the repository:
git clone https://github.com/mattijsdp/dbt-docs-mcpClaude 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.