Skip to content
Grok

Aster Agent Gateway for Grok

io.github.alekskram/aster-agent-gateway

Read-only MCP gateway to Aster DEX: 24/7 gold, oil and equity perps, funding with real intervals.

client:Grok transport:stdio runtime:pypi

Install Aster Agent Gateway in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "aster-agent-gateway": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "aster-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

Aster Agent Gateway in other clients