Cloudera Hive MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HIVE_HOST | Yes | Virtual Warehouse hostname | |
| HIVE_PORT | No | HTTPS port | 443 |
| HIVE_PASSWORD | Yes | Cloudera workload password | |
| HIVE_USERNAME | Yes | Cloudera workload user | |
| HIVE_HTTP_PATH | No | HiveServer2 HTTP path | /cliservice |
| HIVE_READ_ONLY | No | If true, execute_query rejects DDL/DML | true |
| HIVE_QUERY_ROW_LIMIT | No | Max rows returned by execute_query | 1000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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 |
| get_table_sampleA | Preview the first |
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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