Skip to content
Cursor

Hyperliquid Agent Gateway for Cursor

io.github.alekskram/hyperliquid-agent-gateway

Read-only MCP gateway to Hyperliquid: liquidation distance, funding carry, HyperEVM flows. No keys.

client:Cursor transport:stdio runtime:pypi

Install Hyperliquid Agent Gateway in Cursor

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

{
  "mcpServers": {
    "hyperliquid-agent-gateway": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "hyperliquid-agent-gateway"
      ]
    }
  }
}

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

Hyperliquid Agent Gateway in other clients