dremio-python-mcp
If you are the rightful owner of dremio-python-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This project implements a Model-Context Protocol (MCP) server for Dremio, providing a standardized way to interact with Dremio databases.
The Dremio Model-Context Protocol (MCP) server facilitates seamless interaction with Dremio databases by exposing data through a standardized protocol. It allows users to list catalogs, schemas, and tables, and execute SQL queries with ease. The server supports both Dremio Cloud and Software instances, ensuring flexibility in deployment. With features like SQL validation, input validation, TLS support, and authentication, it ensures secure and efficient data handling. The server can be configured using a YAML file or environment variables, and it integrates smoothly with various MCP clients, including Claude. Debugging is supported through the MCP Inspector, making it easier to troubleshoot issues.
Features
- Exposes Dremio data through resources like catalogs, schemas, and tables.
- Provides tools for listing catalogs, schemas, and tables, and executing SQL queries.
- Supports both Dremio Cloud and Software instances.
- Ensures security with SQL validation, input validation, TLS support, and authentication.
- Configurable via YAML file or environment variables.