iceberg-mcp-server
0
Cloudera Iceberg MCP Server offers a read-only access interface for databases using Apache Impala, facilitating SQL queries and schema inspection through model context protocols. It supports integration with AI frameworks and desktop applications for enhanced data interaction.
Cloudera Iceberg MCP Server Overview
Cloudera Iceberg MCP Server provides read-only access to Iceberg tables via Apache Impala. This server is designed for LLMs to inspect database schemas and execute read-only queries.
Features
- Access Iceberg tables through Apache Impala.
- Execute read-only SQL queries and retrieve results as JSON.
- List all tables available in the database.
Usage
With Claude Desktop
Add configuration to the "mcpServers" section of claude_desktop_config.json
to integrate with the Claude Desktop app.
With AI Frameworks
Examples of integrating with AI frameworks like LangChain or OpenAI SDK are available in the ./examples
folder.