One Iceberg MCP Server, Seven Catalogs: What It Takes to Reach Each One
7.4 relevance
Score Breakdown
technical depth 8
novelty 7
actionability 8
community 5
strategic 6
personal 9
Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.
Practical MCP server for Iceberg catalogs with high actionability and data engineering relevance.
Summary
An MCP server for Apache Iceberg tables connects to seven REST catalogs—Polaris, BigLake, OneLake, AWS Glue, S3 Tables, Snowflake Horizon—by swapping a single environment variable and a YAML config file. It exposes four read-only tools (list_tables, describe_table, count_rows, scan_table) over stdio JSON-RPC without an MCP SDK. The guide starts with a local Polaris catalog in Docker, then adds each managed catalog with its own login and storage package; Databricks Unity was not tested due to expired trial.