Skip to main content
Glama
frothkoetter

iceberg-mcp-server-hive

by frothkoetter

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HIVE_HOSTYesHiveServer2 or Knox gateway host
HIVE_PORTNoHS2 port (443 for Knox HTTP)443
HIVE_USERYesLDAP / service user
HIVE_USE_SSLNoTLStrue
HIVE_DATABASENoDefault database for SHOW TABLESdefault
HIVE_PASSWORDYesPassword
MCP_TRANSPORTNostdio, http, or ssestdio
HIVE_HTTP_PATHNoKnox / HS2 HTTP pathcliservice
HIVE_AUTH_MECHANISMNoimpyla auth mechanismLDAP
HIVE_USE_HTTP_TRANSPORTNoHTTP transport (typical on CDP)true

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
execute_queryA

Execute a read-only SQL query on Hive (Iceberg tables) and return JSON results.

get_schemaA

List table names in the configured Hive database, or in an optional database.

list_databasesA

List all Hive databases visible to the connected user.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct function: executing queries, listing tables, and listing databases. There is no overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case, making them predictable and easy to understand.

Tool Count4/5

With only three tools, the server is minimal but covers the essential read-only operations for Hive databases. The count is reasonable given the focused scope.

Completeness3/5

The server lacks a tool for retrieving detailed table schema or previewing data, which are common needs when exploring databases. This is a notable gap for a read-only explorer.

Maintenance

ActivityMaintained
ResponsivenessNo issues