← Index

io.github.hydrolix/mcp-hydrolix

io.github.hydrolix/mcp-hydrolix·v0.2.3·Other
Quality Score
75
/100

An MCP server to query Hydrolix

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "mcp-hydrolix": {
      "command": "uvx",
      "args": [
        "mcp-hydrolix"
      ],
      "env": {
        "HYDROLIX_HOST": "<hydrolix_host>",
        "HYDROLIX_TOKEN": "<your-hydrolix_token>",
        "HYDROLIX_USER": "<hydrolix_user>",
        "HYDROLIX_PASSWORD": "<your-hydrolix_password>"
      }
    }
  }
}
§02  Environment variables
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)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
5
installability
25
documentation
15
stability
5
§04  Alternatives in Other