Skip to main content
Glama

HiveServer2 MCP

by xiexiajiao
pyproject.toml423 B
[project] name = "hiveserver2-mcp" version = "0.1.0" description = "A MCP server for HiveServer2" authors = [{ name = "Jules", email = "jules@example.com" }] readme = "README.md" requires-python = ">=3.8" dependencies = [ "flask", "pyhive==0.6.5", "thrift", "thrift_sasl", "gunicorn", ] [project.scripts] hiveserver2-mcp = "hiveserver2_mcp.main:main" [project.optional-dependencies] test = ["pytest"]

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/xiexiajiao/HIVE-MCP'

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