🇺🇸 Offers a SQL interface that allows users to query and manage Apache Iceberg tables by connecting to Iceberg REST catalogs and S3-compatible storage. This makes it easier for data analysts to work with data lakes without needing to switch between different tools.
🇰🇷 Apache Iceberg 테이블을 쿼리하고 관리할 수 있는 SQL 인터페이스를 제공합니다. 이 인터페이스는 Iceberg REST 카탈로그와 S3 호환 스토리지에 연결하여 데이터 분석가들이 데이터 레이크와 쉽게 상호작용할 수 있도록 도와줍니다. 이를 통해 작업 환경을 변경하지 않고도 데이터를 다룰 수 있습니다.
🇯🇵 「Apache Iceberg テーブルをクエリし管理するための SQL インターフェースを提供します。Iceberg REST カタログや S3 互換ストレージへの接続を通じて、データアナリストがコンテキストを切り替えることなくデータレイクとやり取りできるようになります。」
🇨🇳 提供了一个 SQL 接口,可以通过连接 Iceberg REST 目录和兼容 S3 的存储来查询和管理 Apache Iceberg 表,使数据分析师能够在不切换上下文的情况下与数据湖进行交互。
Description
MCP Iceberg Catalog provides a SQL interface for querying and managing Apache Iceberg tables through Claude desktop. The server connects to Iceberg REST catalogs and S3-compatible storage, supporting operations like listing tables, describing schemas, executing SELECT queries, and inserting data. Built with PyIceberg and PyArrow for efficient data handling, it translates SQL commands to Iceberg operations and manages catalog connections transparently. This implementation is particularly valuable for data analysts and engineers who need to interact with data lakes directly through conversational AI without switching contexts.