Skip to content
Grok

dYdX Agent Gateway for Grok

io.github.alekskram/dydx-agent-gateway

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

client:Grok transport:stdio runtime:pypi

Install dYdX Agent Gateway in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

dYdX Agent Gateway in other clients