dYdX Agent Gateway for VS Code
io.github.alekskram/dydx-agent-gateway
Analytics-only MCP gateway to dYdX v4: auditable trader PnL, funding and OI detectors. No keys.
client:VS Code
transport:stdio
runtime:pypi
Install dYdX Agent Gateway in VS Code
.vscode/mcp.json
{
"servers": {
"dydx-agent-gateway": {
"type": "stdio",
"command": "uvx",
"args": [
"dydx-agent-gateway"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs