Registry / database / mcp-hydrolix

mcp-hydrolix

JSON →
library0.2.6pypypiunverified

An MCP (Model Context Protocol) server for Hydrolix, providing a bridge between AI agents and Hydrolix databases. Version 0.2.6 is the latest as of May 2026. The library is under active development, but with a small user base.

pip install mcp-hydrolix
INSTALL
IMPORT
SIG · MCP-HYDROLIX
M
mcp-hydrolix
databasepythonv0.2.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HydrolixMCPServer
from mcp_hydrolix import HydrolixMCPServer
from mcp_hydrolix.server import HydrolixMCPServer
The correct import is at the top level, not from a submodule.

Create an MCP server pointing at a Hydrolix instance. Authentication is via endpoint URL and token.

import os from mcp_hydrolix import HydrolixMCPServer server = HydrolixMCPServer( hydrolix_endpoint=os.environ.get('HYDROLIX_ENDPOINT', ''), hydrolix_token=os.environ.get('HYDROLIX_TOKEN', '') ) # Run the server (blocks) server.run()
Debug
Known issues
gotchaThe library requires Python >=3.13. Using it with older Python versions will fail with a syntax error.
fix
Upgrade to Python 3.13 or later.
affects: all
gotchaThe HydrolixMCPServer constructor expects parameters 'hydrolix_endpoint' and 'hydrolix_token', but the parameter names might change in future versions (pre-1.0).
fix
Refer to the official README for the exact parameter names.
affects: 0.1.x, 0.2.x
breakingThe import path changed between 0.1.x and 0.2.x: previously 'from hydrolix_mcp import ...', now 'from mcp_hydrolix import ...'.
fix
Update imports to use 'mcp_hydrolix'.
affects: <=0.1.x
Upgrade
Version history
0.2.6latest on PyPI · released Apr 28, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
mcp-hydrolix — pip install mcp-hydrolix · libregistry