Home › Databases & Data › mcp-hydrolix
mcp-hydrolix
An MCP server to query Hydrolix
Topics: Databases
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (pypi 0.2.3)
uvx mcp-hydrolix
Or add to your MCP client config:
{
"mcpServers": {
"mcp-hydrolix": {
"command": "uvx",
"args": [
"mcp-hydrolix"
],
"env": {
"HYDROLIX_HOST": "<YOUR_VALUE>",
"HYDROLIX_TOKEN": "<YOUR_VALUE>",
"HYDROLIX_USER": "<YOUR_VALUE>",
"HYDROLIX_PASSWORD": "<YOUR_VALUE>"
}
}
}
}
HYDROLIX_HOSTrequired — The hostname of your Hydrolix serverHYDROLIX_TOKENsecret — Service account token(alternative to username/password)HYDROLIX_USER— Hydrolix username (use with HYDROLIX_PASSWORD)HYDROLIX_PASSWORDsecret — Hydrolix password (use with HYDROLIX_USER)
Related servers
MCP Toolbox for Databases
MCP Toolbox for Databases enables your agent to connect to your database.
baserow
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
postgres-mcp
All-in-one MCP server for Postgres development and operations, with tools for performance analysis, tuning, and health checks
Supabase
MCP server for interacting with the Supabase platform
mcp-server-mysql
MySQL database integration in NodeJS with configurable access controls and schema inspection
mcp-server-qdrant
A Qdrant MCP server
Listed in punkpeye/awesome-mcp-servers (MIT)
Listed in wong2/awesome-mcp-servers (MIT)
Data from the Official MCP Registry