Skip to content
Cursor

mcp hydrolix for Cursor

io.github.hydrolix/mcp-hydrolix

An MCP server to query Hydrolix

client:Cursor transport:stdio runtime:pypi

Install mcp hydrolix in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-hydrolix": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-hydrolix"
      ],
      "env": {
        "HYDROLIX_HOST": "<HYDROLIX_HOST>",
        "HYDROLIX_TOKEN": "<HYDROLIX_TOKEN>",
        "HYDROLIX_USER": "<HYDROLIX_USER>",
        "HYDROLIX_PASSWORD": "<HYDROLIX_PASSWORD>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp hydrolix in other clients