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
{
"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