Loading languages...
IC

iceberg-mcp-server

@cloudera5

This is a A Model Context Protocol server that provides read-only access to Iceberg tables via Apache Impala. This server enables LLMs to inspect database schemas and execute read-only queries.

Iceberg
Impala
SQL
Database

# mcpServer Config

{
  "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"
    }
  }
}

# stdio

uvx --from git+https://github.com/cloudera/iceberg-mcp-server@main run-server
Transport:
stdio
streamable
sse
Language:
Python
Created:4/15/2025
Updated:7/24/2025