Skip to content
Cursor

Keel — Hyperliquid trading agent for Cursor

io.github.keel-trade/keel-trade

Build, backtest, and automate Hyperliquid trading strategies — typed, deterministic, live parity.

client:Cursor transport:stdio runtime:pypi

Install Keel — Hyperliquid trading agent in Cursor

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

{
  "mcpServers": {
    "keel-trade": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "keel-trade"
      ]
    }
  }
}

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

Keel — Hyperliquid trading agent in other clients