Serversio.github.hydrolix/mcp-hydrolix
H

io.github.hydrolix/mcp-hydrolix

io.github.hydrolix/mcp-hydrolix · v0.2.3
▦ pypi
v0.2.3pypi pypi: mcp-hydrolix↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.hydrolix/mcp-hydrolix",
  "description": "An MCP server to query Hydrolix",
  "repository": {
    "url": "https://github.com/hydrolix/mcp-hydrolix",
    "source": "github"
  },
  "version": "0.2.3",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-hydrolix",
      "version": "0.2.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "The hostname of your Hydrolix server",
          "isRequired": true,
          "format": "string",
          "name": "HYDROLIX_HOST"
        },
        {
          "description": "Service account token(alternative to username/password)",
          "format": "string",
          "isSecret": true,
          "name": "HYDROLIX_TOKEN"
        },
        {
          "description": "Hydrolix username (use with HYDROLIX_PASSWORD)",
          "format": "string",
          "name": "HYDROLIX_USER"
        },
        {
          "description": "Hydrolix password (use with HYDROLIX_USER)",
          "format": "string",
          "isSecret": true,
          "name": "HYDROLIX_PASSWORD"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}