Skip to content
Claude Desktop

Arno for Claude Desktop

io.github.julianbei/arno

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

client:Claude Desktop transport:stdio runtime:oci

Install Arno in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Arno in other clients