io.github.hydrolix/mcp-hydrolix MCP Server
io.github.hydrolix/mcp-hydrolix
What is the io.github.hydrolix/mcp-hydrolix MCP server?
An MCP server to query Hydrolix
How to install io.github.hydrolix/mcp-hydrolix
Copy-paste configuration for popular MCP clients.
HYDROLIX_HOSTrequiredThe hostname of your Hydrolix server
HYDROLIX_TOKENsecretService account token(alternative to username/password)
HYDROLIX_USERHydrolix username (use with HYDROLIX_PASSWORD)
HYDROLIX_PASSWORDsecretHydrolix password (use with HYDROLIX_USER)
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}claude mcp add mcp-hydrolix --env HYDROLIX_HOST=<YOUR_HYDROLIX_HOST> --env HYDROLIX_TOKEN=<YOUR_HYDROLIX_TOKEN> --env HYDROLIX_USER=<YOUR_HYDROLIX_USER> --env HYDROLIX_PASSWORD=<YOUR_HYDROLIX_PASSWORD> -- uvx mcp-hydrolixRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.