mcp-hydrolix

mcp-hydrolix

3.3

If you are the rightful owner of mcp-hydrolix and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An MCP server for Hydrolix, designed to facilitate SQL query execution and database management on Hydrolix clusters.

The Hydrolix MCP Server is a specialized Model Context Protocol (MCP) server designed to interface with Hydrolix clusters. It provides a set of tools that allow users to execute SQL queries, list databases, and list tables within a specified database. The server is configured to ensure that all queries are executed in a read-only mode, enhancing security and preventing unintended data modifications. The server is designed to be used with various LLM architectures, although it requires specific guidance to ensure effective tool usage. The server can be configured using JSON or YAML formats and is compatible with the `uv` project manager, which helps manage dependencies in an isolated environment. The server's configuration can be integrated into platforms like Claude Desktop, allowing for seamless interaction with Hydrolix databases.

Features

  • Execute SQL queries on Hydrolix clusters with read-only mode for safety.
  • List all databases available on the Hydrolix cluster.
  • List all tables within a specified database.

Tools

  1. run_select_query

    Execute SQL queries on your Hydrolix cluster. Input: sql (string): The SQL query to execute. All Hydrolix queries are run with readonly = 1 to ensure they are safe.

  2. list_databases

    List all databases on your Hydrolix cluster.

  3. list_tables

    List all tables in a database. Input: database (string): The name of the database.