-
securityA
license-
qualityA Model Context Protocol server that enables Claude to execute SQL queries on Snowflake databases with automatic connection lifecycle management.
Last updated -
28
Python
MIT License
Provides a SQL interface for querying and managing Apache Iceberg tables, allowing users to list tables, describe table structures, execute SELECT queries, and insert data into Iceberg data lakes.
Apache Iceberg와 상호 작용하기 위한 MCP(Model Context Protocol) 서버 구현입니다. 이 서버는 Claude Desktop을 통해 Iceberg 테이블을 쿼리하고 관리하기 위한 SQL 인터페이스를 제공합니다.
Smithery를 통해 Claude Desktop용 MCP Iceberg Catalog를 자동으로 설치하려면:
지엑스피1
claude_desktop_config.json
에 다음 구성을 추가합니다.MCP 서버는 세 가지 주요 구성 요소로 구성됩니다.
sqlparse
사용하여 SQL 쿼리를 구문 분석합니다.pyiceberg
사용합니다.서버는 PyIceberg를 여러 가지 방법으로 활용합니다.
You must be authenticated.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Claude 데스크톱을 통해 Apache Iceberg 테이블을 쿼리하고 관리하기 위한 SQL 인터페이스를 제공하는 모델 컨텍스트 프로토콜 서버로, Iceberg 데이터 레이크와 자연어 상호 작용을 허용합니다.