mattijsdp/dbt-docs-mcp
🔌 MCP Servermattijsdp
An open-source MCP server enabling local dbt-core projects to integrate seamlessly with AI agents.
The dbt-docs-mcp server acts as a bridge between local dbt-core environments and AI-powered development tools. By implementing the Model Context Protocol, it allows LLMs to query and understand complex dbt project structures that were previously opaque to local-only setups. Key features include the ability to traverse model lineage, inspect column-level dependencies, and retrieve project-specific documentation directly from the dbt manifest files. This enables AI agents to generate more accurate SQL, debug data models, and provide context-aware suggestions based on the actual schema and business logic defined in the dbt project. It is particularly useful for data engineers who prefer local development workflows but want to leverage the productivity gains of AI-assisted coding and documentation analysis.
💡Highlights
- ├─Supports local dbt-core projects
- ├─Exposes column-level lineage
- └─Full dbt manifest integration
🎯For
- ├─Data Engineers
- └─Analytics Engineers