Skip to content
Cursor

Market Depth Lab for Cursor

io.github.derkcc/market-depth-lab

Read-only Hyperliquid, funding-rate and cross-exchange perpetual spread tools.

client:Cursor transport:stdio runtime:npm

Install Market Depth Lab 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": {
    "market-depth-lab": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "market-depth-lab-mcp-server"
      ],
      "env": {
        "MDL_POSITION_INDEX_URL": "<MDL_POSITION_INDEX_URL>",
        "MDL_POSITION_INDEX_PATH": "<MDL_POSITION_INDEX_PATH>"
      }
    }
  }
}

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

Market Depth Lab in other clients