Skip to content
VS Code

Hyperliquid Agent Gateway for VS Code

io.github.alekskram/hyperliquid-agent-gateway

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

client:VS Code transport:stdio runtime:pypi

Install Hyperliquid Agent Gateway in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Hyperliquid Agent Gateway in other clients