dremio-mcp and dbt-core-mcp
The dbt Core MCP Server and Dremio MCP server are likely complementary tools within a data warehouse ecosystem, where dbt Core is used for data transformation and modeling, and Dremio provides the query engine and data virtualization layer, both interacting via the Model Context Protocol.
About dremio-mcp
dremio/dremio-mcp
Dremio MCP server
Implements an MCP (Model Context Protocol) server that connects Claude Desktop with Dremio through stdio and streaming HTTP transports, enabling LLMs to query and analyze Dremio datasets. Supports both local (desktop) and Kubernetes deployments with OAuth authentication, automatic reconnection, and Prometheus metrics. Exposes Dremio's data catalog and query capabilities as tools that Claude can invoke directly.
About dbt-core-mcp
NiclasOlofsson/dbt-core-mcp
dbt Core MCP Server: Interact with dbt projects via Model Context Protocol
Executes dbt commands (runs, tests, builds) within the user's actual environment without requiring dbt-core or adapters to be installed server-side, automatically detecting and respecting the Python environment (uv, poetry, venv, conda) and dbt version in use. Integrates with Claude and other MCP-compatible AI assistants via VS Code, providing full project awareness including lineage analysis, compiled SQL inspection, and CTE debugging to enable true pair-programming workflows without context switching.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work