iceberg-mcp
Iceberg MCP is an MCP server designed for Apache Iceberg catalogs, offering asynchronous capabilities and logging features. It supports Rest and AWS Glue catalogs and can be integrated with Claude Desktop for enhanced configuration.
What catalog types are supported by Iceberg MCP?
Iceberg MCP supports Rest Catalogs and AWS Glue, but does not support Hive Metastore or S3 Table catalogs.
How can I install Iceberg MCP?
You can install Iceberg MCP by downloading the latest pre-built binary from the Releases page or by building it from source using Rust.
How do I configure Iceberg MCP for Claude Desktop?
To configure Iceberg MCP for Claude Desktop, update the claude_desktop_config.json
file with the appropriate configuration for your catalog type, setting the necessary environment variables.
What tools does Iceberg MCP provide?
Iceberg MCP provides tools to manage namespaces, tables, and table schemas within the Iceberg catalog.
How can I troubleshoot issues with Iceberg MCP?
You can troubleshoot issues by viewing the log files, which can be monitored using commands like tail -n 20 -F ~/Library/Logs/Claude/mcp-server-iceberg-mcp.log
.