PluginBench
MCP Server

io.github.hydrolix/mcp-hydrolix MCP Server

io.github.hydrolix/mcp-hydrolix

What is the io.github.hydrolix/mcp-hydrolix MCP server?

An MCP server to query Hydrolix

How to install io.github.hydrolix/mcp-hydrolix

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • HYDROLIX_HOST
    required

    The hostname of your Hydrolix server

  • HYDROLIX_TOKEN
    secret

    Service account token(alternative to username/password)

  • HYDROLIX_USER

    Hydrolix username (use with HYDROLIX_PASSWORD)

  • HYDROLIX_PASSWORD
    secret

    Hydrolix password (use with HYDROLIX_USER)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-hydrolix": {
      "command": "uvx",
      "args": [
        "mcp-hydrolix"
      ],
      "env": {
        "HYDROLIX_HOST": "<YOUR_HYDROLIX_HOST>",
        "HYDROLIX_TOKEN": "<YOUR_HYDROLIX_TOKEN>",
        "HYDROLIX_USER": "<YOUR_HYDROLIX_USER>",
        "HYDROLIX_PASSWORD": "<YOUR_HYDROLIX_PASSWORD>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-hydrolix": {
      "command": "uvx",
      "args": [
        "mcp-hydrolix"
      ],
      "env": {
        "HYDROLIX_HOST": "<YOUR_HYDROLIX_HOST>",
        "HYDROLIX_TOKEN": "<YOUR_HYDROLIX_TOKEN>",
        "HYDROLIX_USER": "<YOUR_HYDROLIX_USER>",
        "HYDROLIX_PASSWORD": "<YOUR_HYDROLIX_PASSWORD>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-hydrolix": {
      "command": "uvx",
      "args": [
        "mcp-hydrolix"
      ],
      "env": {
        "HYDROLIX_HOST": "<YOUR_HYDROLIX_HOST>",
        "HYDROLIX_TOKEN": "<YOUR_HYDROLIX_TOKEN>",
        "HYDROLIX_USER": "<YOUR_HYDROLIX_USER>",
        "HYDROLIX_PASSWORD": "<YOUR_HYDROLIX_PASSWORD>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-hydrolix": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-hydrolix"
      ],
      "env": {
        "HYDROLIX_HOST": "<YOUR_HYDROLIX_HOST>",
        "HYDROLIX_TOKEN": "<YOUR_HYDROLIX_TOKEN>",
        "HYDROLIX_USER": "<YOUR_HYDROLIX_USER>",
        "HYDROLIX_PASSWORD": "<YOUR_HYDROLIX_PASSWORD>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-hydrolix --env HYDROLIX_HOST=<YOUR_HYDROLIX_HOST> --env HYDROLIX_TOKEN=<YOUR_HYDROLIX_TOKEN> --env HYDROLIX_USER=<YOUR_HYDROLIX_USER> --env HYDROLIX_PASSWORD=<YOUR_HYDROLIX_PASSWORD> -- uvx mcp-hydrolix

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →