Loading MCP server directory, please wait...
An MCP server to query Hydrolix
npx @getmcp/cli add io.github.hydrolix/mcp-hydrolixRequires Python 3.10+. Community-contributed server. Review source before installing.
HYDROLIX_HOSTThe hostname of your Hydrolix server
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.hydrolix/mcp-hydrolix": {
"command": "uvx",
"args": [
"mcp-hydrolix"
],
"env": {
"HYDROLIX_HOST": "",
"HYDROLIX_TOKEN": "",
"HYDROLIX_USER": "",
"HYDROLIX_PASSWORD": ""
}
}
}
}