Back to directory
iceberg-mcp-server

iceberg-mcp-server

@cloudera10

A Model Context Protocol server by Cloudera that provides read-only access to Iceberg tables via Apache Impala, enabling LLMs to inspect database schemas and execute read-only SQL queries.

IcebergImpalaSQLDatabasedatabase

Installation & Configuration

{
  "iceberg-mcp-server": {
    "command": "uvx",
    "args": [
      "--from",
      "git+https://github.com/cloudera/iceberg-mcp-server@main",
      "run-server"
    ],
    "env": {
      "IMPALA_HOST": "coordinator-default-impala.example.com",
      "IMPALA_PORT": "443",
      "IMPALA_USER": "username",
      "IMPALA_PASSWORD": "password",
      "IMPALA_DATABASE": "default"
    }
  }
}

Information

Transport
stdiostreamablesse
Language
Python
Created
2025/4/14
Updated
2026/6/7