Skip to content
Zed

Market Depth Lab for Zed

io.github.derkcc/market-depth-lab

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

client:Zed transport:stdio runtime:npm

Install Market Depth Lab in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "market-depth-lab": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Market Depth Lab in other clients