iceberg-mcp-server-original
If you are the rightful owner of iceberg-mcp-server-original 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.
The Cloudera Iceberg MCP Server provides read-only access to Iceberg tables via Apache Impala, enabling LLMs to inspect database schemas and execute read-only queries.
The Cloudera Iceberg MCP Server is a specialized Model Context Protocol server designed to facilitate read-only interactions with Iceberg tables through Apache Impala. This server is particularly useful for large language models (LLMs) that need to access and analyze database schemas and execute queries without modifying the data. By leveraging the power of Apache Impala, the server ensures efficient and scalable query execution, making it ideal for data-intensive applications. The server supports multiple transport protocols, including standard input/output, HTTP, and Server-Sent Events (SSE), providing flexibility in deployment and integration with various platforms. Users can choose between direct installation from GitHub or local installation after cloning the repository, depending on their preferences and requirements. The server's configuration is straightforward, requiring only basic environment variables to connect to the Impala database.
Features
- Read-only access to Iceberg tables via Apache Impala.
- Supports multiple transport protocols: stdio, HTTP, and SSE.
- Easy integration with AI frameworks like LangChain and OpenAI SDK.
- Flexible installation options: direct from GitHub or local.
- Configurable environment variables for Impala connection.