This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free [CData MCP Server for Apache Hadoop Hive (beta)](https://www.cdata.com/download/download.aspx?sku=FIZK-V&type=beta).
Server Config
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\apache-hadoop-hive.prp"
]
}
}
}