Skip to content
Grok

Arcus Agent Gateway for Grok

io.github.alekskram/arcus-agent-gateway

Read-only MCP gateway to 194 tokenized US equities on Robinhood Chain: quotes, holders, whale moves.

client:Grok transport:stdio runtime:pypi

Install Arcus Agent Gateway in Grok

.mcp.json (in your project root)

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

Arcus Agent Gateway in other clients