The Hydrolix MCP Server allows users to execute SQL queries and manage databases on a Hydrolix cluster. It provides tools for querying, listing databases, and retrieving table metadata.
From the registry: An MCP server to query Hydrolix
Please install the `mcp-hydrolix` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Hydrolix cluster credentials** — Either a service account token (HYDROLIX_TOKEN) or a username/password pair. Service account with readonly role recommended.
Canonical MCP server config (stdio transport):
- command: `uv`
- args: ["run","--with","mcp-hydrolix","--python","3.13","mcp-hydrolix"]
- required environment variables:
- `HYDROLIX_HOST`: Hostname of your Hydrolix server (example: `<your-hydrolix-host>`)
- optional environment variables:
- `HYDROLIX_TOKEN`: Service account token (recommended) (example: `<your-service-token>`)
- `HYDROLIX_USER`: Username (required if not using token) (example: `<your-username>`)
- `HYDROLIX_PASSWORD`: Password (required if not using token) (example: `<your-password>`)
- `HYDROLIX_DATABASE`: Default database
- `HYDROLIX_PORT`: Port number (example: `8088`)
Note: SQL query, database/table listing, and schema metadata for Hydrolix clusters. Supports stdio, HTTP, and SSE transports.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.HYDROLIX_HOSTrequiredThe hostname of your Hydrolix server.Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB