Back to MCP Servers
Hydrolix
Hydrolix time-series datalake integration providing schema exploration and query capabilities to LLM-based workflows.
databasesllm
By hydrolix
Installation
npx -y mcp-hydrolixConfiguration
{
"mcpServers": {
"mcp-hydrolix": {
"command": "npx",
"args": ["-y", "mcp-hydrolix"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes