Skip to main content
Glama
cloudera

Cloudera Iceberg MCP Server

Official
by cloudera

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
IMPALA_HOSTYesThe Impala host (e.g., coordinator-default-impala.example.com)
IMPALA_PORTYesThe Impala port (e.g., 443)
IMPALA_USERYesThe Impala username
MCP_TRANSPORTNoThe MCP transport protocol (stdio, http, or sse)stdio
IMPALA_DATABASEYesThe Impala database name (e.g., default)
IMPALA_PASSWORDYesThe Impala password

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
execute_queryC

Execute a SQL query on the Impala database and return results as JSON.

get_schemaA

Retrieve the list of table names in the current Impala database.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have completely distinct purposes: execute_query runs SQL queries and returns results, while get_schema retrieves metadata about table names. There is no overlap in functionality or ambiguity about when to use each tool.

Naming Consistency5/5

Both tools follow a consistent verb_noun naming pattern (execute_query, get_schema) with clear action-object relationships. The naming style is uniform throughout the set.

Tool Count2/5

With only 2 tools for a database/query server, the surface feels severely limited. While the tools cover basic query execution and schema inspection, typical database operations like table creation, data manipulation, or metadata exploration beyond table names are missing, making this feel under-scoped.

Completeness2/5

For an Impala/Cloudera Iceberg database server, the toolset is significantly incomplete. There are no tools for creating/dropping tables, inserting/updating data, managing partitions, or accessing detailed schema information beyond table names. This creates dead ends for agents trying to perform common database operations.

Maintenance

ActivityInactive
ResponsivenessNo issues