hydrolix/mcp-hydrolix
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.
Tools
Functions exposed to the LLM to take actions
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.
list_databases
List all databases on your Hydrolix cluster.
list_tables
List all tables in a database. Input: database
(string): The name of the database.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client