Skip to content
Grok

arena for Grok

io.github.dravensoft-dev/arena

Arena by Dravensoft over MCP: the router, the references and every component document.

client:Grok transport:stdio runtime:npm

Install arena in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "arena": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dravensoft/arena-mcp"
      ]
    }
  }
}

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

arena in other clients