iceberg-mcp-server-hive
by frothkoetter
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HIVE_HOST | Yes | HiveServer2 or Knox gateway host | |
| HIVE_PORT | No | HS2 port (443 for Knox HTTP) | 443 |
| HIVE_USER | Yes | LDAP / service user | |
| HIVE_USE_SSL | No | TLS | true |
| HIVE_DATABASE | No | Default database for SHOW TABLES | default |
| HIVE_PASSWORD | Yes | Password | |
| MCP_TRANSPORT | No | stdio, http, or sse | stdio |
| HIVE_HTTP_PATH | No | Knox / HS2 HTTP path | cliservice |
| HIVE_AUTH_MECHANISM | No | impyla auth mechanism | LDAP |
| HIVE_USE_HTTP_TRANSPORT | No | HTTP transport (typical on CDP) | true |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/frothkoetter/iceberg-mcp-server-hive'
If you have feedback or need assistance with the MCP directory API, please join our Discord server