Skip to content
Cline

Arno for Cline

io.github.julianbei/arno

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

client:Cline transport:stdio runtime:oci

Install Arno in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Arno in other clients