Acme

Built with
Ever Works
Ever Works

Connect with us

Stay Updated

Get the latest updates and exclusive content delivered to your inbox.

Product

  • Categories
  • Tags
  • Pricing
  • Help

Clients

  • Sign In
  • Register
  • Forgot password?

Company

  • About Us
  • Admin
  • Sitemap

Resources

  • Blog
  • Submit
  • API Documentation
All product names, logos, and brands are the property of their respective owners. All company, product, and service names used in this repository, related repositories, and associated websites are for identification purposes only. The use of these names, logos, and brands does not imply endorsement, affiliation, or sponsorship. This directory may include content generated by artificial intelligence.
Copyright © 2025 Acme. All rights reserved.·Terms of Service·Privacy Policy·Cookies
  1. Home
  2. Database & Messaging Mcp Servers
  3. mcp-hydrolix

mcp-hydrolix

Hydrolix MCP server for time-series datalake integration, supporting schema exploration and query capabilities for LLM workflows.

🌐Visit Website

About this tool

Surveys

Loading more......

Information

Websitegithub.com
PublishedMay 14, 2025

Categories

1 Item
Database & Messaging Mcp Servers

Tags

5 Items
#mcp
#hydrolix
#time-series
#datalake
#llm-integration

Similar Products

6 result(s)
adx-mcp-server

An MCP server designed for querying and analyzing Azure Data Explorer databases, supporting time-series and analytics MCP use cases.

dolphindb-mcp-server

MCP server for DolphinDB, supporting schema inspection and query capabilities for time-series data.

prisma

Prisma MCP integration that gives LLMs the ability to manage Prisma Postgres databases, including spinning up new instances and running schema migrations.

victoriametrics-mcp-server

An MCP server for interacting with VictoriaMetrics time-series database via the Model Context Protocol.

chucknorris-mcp

A specialized MCP server providing LLM enhancement prompts and jailbreaks with dynamic schema adaptation, designed to augment AI capabilities via the MCP protocol.

Codebase Context Dumper

A Model Context Protocol (MCP) server designed for dumping codebase context into LLMs, making it easier for AI models to access relevant project information. Exemplifies MCP server usage.

mcp-hydrolix

Hydrolix MCP server for time-series datalake integration, supporting schema exploration and query capabilities for LLM workflows.

  • Source: GitHub Repository
  • License: Apache-2.0

Features

  • Provides an MCP (Model Control Protocol) server for Hydrolix time-series datalake.
  • Allows integration with LLM (Large Language Model) workflows for querying and schema exploration.
  • Tools provided:
    • run_select_query: Execute SQL queries on Hydrolix (read-only).
    • list_databases: List all databases in the Hydrolix cluster.
    • list_tables: List all tables in a specified database.
  • All queries are executed with readonly = 1 for safety.
  • Designed to be used with LLM agents and tools, such as Claude Desktop.
  • Supports configuration via standard MCP server entry (JSON or YAML).
  • Environment variables for connection:
    • Required:
      • HYDROLIX_HOST: Hydrolix server hostname
      • HYDROLIX_USER: Authentication username
      • HYDROLIX_PASSWORD: Authentication password
    • Optional:
      • HYDROLIX_PORT: Port (default: 8088)
      • HYDROLIX_VERIFY: SSL certificate verification (default: "true")
      • HYDROLIX_DATABASE: Default database
  • Can be launched using the uv project manager for isolated dependency management.
  • Example configuration provided for integration with Claude Desktop on macOS and Windows.
  • 100% Python implementation.

Configuration

  • Supports both JSON and YAML configuration formats for MCP server definition.
  • Environment variables can be set via MCP config block, .env file, or directly in the environment.
  • Recommended to provide absolute path to uv executable for reliability.
  • Example config snippets are provided in the README for quick setup.

Pricing

No pricing information is provided. The project is open source under the Apache-2.0 license.

Tags

mcp hydrolix time-series datalake llm-integration