mcp-hydrolix
Rank #7,828io.github.hydrolix/mcp-hydrolix
An MCP server to query Hydrolix
mcp-hydrolix is a Model Context Protocol (MCP) server published by hydrolix. It ranks #7,828 of 132,046 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. mcp-hydrolix is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 1 tracked version. It was first listed on Apr 24, 2025 and most recently updated on Apr 9, 2026.
Ranks ahead of 124,218 of 132,046 servers on MCP Toplist.
Use mcp-hydrolix
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-hydrolix -e "HYDROLIX_HOST=<your HYDROLIX_HOST>" -e "HYDROLIX_TOKEN=<your HYDROLIX_TOKEN>" -e "HYDROLIX_USER=<your HYDROLIX_USER>" -e "HYDROLIX_PASSWORD=<your HYDROLIX_PASSWORD>" -- uvx mcp-hydrolixReplace each placeholder with your own value before saving.
[mcp_servers.mcp-hydrolix]
command = "uvx"
args = ["mcp-hydrolix"]
[mcp_servers.mcp-hydrolix.env]
HYDROLIX_HOST = "<your HYDROLIX_HOST>"
HYDROLIX_TOKEN = "<your HYDROLIX_TOKEN>"
HYDROLIX_USER = "<your HYDROLIX_USER>"
HYDROLIX_PASSWORD = "<your HYDROLIX_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.hydrolix%2Fmcp-hydrolix)<a href="https://mcptoplist.com/server/io.github.hydrolix%2Fmcp-hydrolix"><img src="https://mcptoplist.com/badge/io.github.hydrolix%2Fmcp-hydrolix.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
hydrolix
Available versions (1)
| Version | Published |
|---|---|
| 0.2.3 | Apr 9, 2026 |
Frequently asked questions
- Who maintains mcp-hydrolix?
- mcp-hydrolix is maintained by hydrolix, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is mcp-hydrolix listed on the Official MCP Registry?
- Yes — mcp-hydrolix is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does mcp-hydrolix have?
- MCP Toplist tracks 1 version of mcp-hydrolix, most recently published on Apr 9, 2026.
- Where can I find the source code for mcp-hydrolix?
- The source code for mcp-hydrolix is hosted at github.com/hydrolix/mcp-hydrolix.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.