Skip to content
Cursor

dYdX Agent Gateway for Cursor

io.github.alekskram/dydx-agent-gateway

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

client:Cursor transport:stdio runtime:pypi

Install dYdX Agent Gateway in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "dydx-agent-gateway": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "dydx-agent-gateway"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

dYdX Agent Gateway in other clients