Skip to content

dYdX Agent Gateway for Zed

io.github.alekskram/dydx-agent-gateway

Analytics-only MCP gateway to dYdX v4: auditable trader PnL, funding and OI detectors. No keys.

client:Zed transport:stdio runtime:pypi

Install dYdX Agent Gateway in Zed

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

{
  "context_servers": {
    "dydx-agent-gateway": {
      "command": "uvx",
      "args": [
        "dydx-agent-gateway"
      ]
    }
  }
}

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

dYdX Agent Gateway in other clients