MCP Server
MCP
io.github.hydrolix/mcp-hydrolix
An MCP server to query Hydrolix
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
By
Comments
Sign in to leave a comment