Labsco
hydrolix logo

Hydrolix

โ˜… 10

from hydrolix

Hydrolix time-series datalake integration providing schema exploration and query capabilities to LLM-based workflows.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredAdvanced setup

Hydrolix MCP Server

Install in VS Code Install in VS Code Insiders

An MCP server for Hydrolix.

Tools

  • run_select_query

    • Execute SQL queries on your Hydrolix cluster.
    • Input: sql (string): The SQL query to execute.
  • list_databases

    • List all databases on your Hydrolix cluster.
  • list_tables

    • List all tables in a database.
    • Input: database (string): The name of the database.
  • get_table_info

    • Get table metadata such as schema
    • Input: database (string): The name of the database.
    • Input: table (string): The name of the table.

End-to-end tests

A separate suite under tests/e2e/ deploys the local working tree to a live Hydrolix Kubernetes cluster and smoke-tests the MCP tools against the running pod. It is excluded from default test runs and from the pre-push hook; running it requires explicit opt-in via the end_to_end pytest marker plus credentials. See tests/e2e/README.md for the runbook.