Skip to main content
Glama
manojjain10

Cloudera Hive MCP Server

by manojjain10

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HIVE_HOSTYesVirtual Warehouse hostname
HIVE_PORTNoHTTPS port443
HIVE_PASSWORDYesCloudera workload password
HIVE_USERNAMEYesCloudera workload user
HIVE_HTTP_PATHNoHiveServer2 HTTP path/cliservice
HIVE_READ_ONLYNoIf true, execute_query rejects DDL/DMLtrue
HIVE_QUERY_ROW_LIMITNoMax rows returned by execute_query1000

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
list_databasesA

Retrieve all available databases in the Hive Virtual Warehouse.

list_tablesB

Retrieve all tables for a given database.

describe_tableA

Return column names, types, and comments for database.table.

get_table_sampleA

Preview the first limit rows of database.table (1..100).

execute_queryA

Execute a HiveQL query and return results as a list of row dicts.

When HIVE_READ_ONLY is true (the default), write DDL/DML is rejected. Results are capped at HIVE_QUERY_ROW_LIMIT rows.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/manojjain10/hive-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server