← Back to Plugins
MCP Server MCP

io.github.hydrolix/mcp-hydrolix

github By github 👁 1 views ▲ 0 votes

An MCP server to query Hydrolix

Homepage Verified source GitHub

Install

uvx mcp-hydrolix

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...