Hyperliquid Agent Gateway for Zed
io.github.alekskram/hyperliquid-agent-gateway
Read-only MCP gateway to Hyperliquid: liquidation distance, funding carry, HyperEVM flows. No keys.
client:Zed
transport:stdio
runtime:pypi
Install Hyperliquid Agent Gateway in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"hyperliquid-agent-gateway": {
"command": "uvx",
"args": [
"hyperliquid-agent-gateway"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs