Enables LLM agents to query and explore Cloudera Hive virtual warehouses through tools like list_databases, list_tables, describe_table, get_table_sample, and execute_query with read-only safety.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.MCP_TRANSPORT— stdio Transport passed to mcp.run(). Use stdio for MCP clients; set to sse when driving via the MCP Inspector.HIVE_PORT— 443 HTTPS portHIVE_HOST— (required) Virtual Warehouse hostnameHIVE_HTTP_PATH— /cliservice HiveServer2 HTTP pathHIVE_USERNAME— (required) Cloudera workload userHIVE_PASSWORD— (required) Cloudera workload passwordHIVE_READ_ONLY— true If true, execute_query rejects DDL/DMLHIVE_QUERY_ROW_LIMIT— 1000 Max rows returned by execute_query[](https://m8ven.ai/mcp/manojjain10-hive-mcp-server-jfo6ao)