Market Depth Lab for Windsurf
io.github.derkcc/market-depth-lab
Read-only Hyperliquid, funding-rate and cross-exchange perpetual spread tools.
client:Windsurf
transport:stdio
runtime:npm
Install Market Depth Lab in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs