Skip to content
Grok

Arno for Grok

io.github.julianbei/arno

The IDE for agents: read by symbol, edit against a revision, validate with your own build, revert.

client:Grok transport:stdio runtime:oci

Install Arno in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "arno": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/julianbei/arno-mcp:v0.0.12"
      ]
    }
  }
}

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

Arno in other clients