Agents

Claude Code Multi-Agent Cloud: Run Claude Code in the Cloud

Murmell provides a hosted cloud environment for Anthropic Claude Code. You can run multiple Claude Code instances in parallel with Codex or Kimi, coordinate file changes through a live reservation system, and keep sessions alive in the cloud.

Zero local installation and setup

Getting started with Claude Code typically requires configuring Node.js, CLI permissions, and local dependencies. With Murmell, Claude Code runs out of the box in a dedicated cloud container. Connect your Anthropic key or account, attach your repository, and begin working immediately from any browser. Read our guide to using Claude Code without installing anything for the step-by-step setup.

Persistent multi-agent cloud execution

Complex coding jobs take time. On Murmell, Claude Code runs uninterrupted in the cloud. You can initiate automated test fixes or documentation refactors and close your browser without killing the process. When you return, the full history and git diff are preserved. See how Claude Code in the browser operates and how sessions persist on dedicated machines.

Real-time file locking with The Board

When running multiple agents on one project, simultaneous file writes lead to corrupted state. Murmell coordinates all agents through The Board. When Claude Code begins editing a module, it reserves that file path. Other agents wait or move to alternative tasks, ensuring clean commits and zero collision loss. Read more about multiple AI agents on one repo.

Running Claude Code alongside Codex and test runners

On the multi-agent canvas, you can open Claude Code in one terminal and OpenAI Codex in the cloud in another. Assign backend refactoring to Claude Code while Codex generates corresponding integration tests. Both agents share the same working directory and coordinate via The Board. Compare this setup with standard local execution in our Murmell vs local Claude Code comparison.

Collaborative canvas and live terminal

Watch Claude Code inspect files, run bash commands, and apply patches in real time. Share your canvas link with team members to collaborate with live cursors, joint agent management, and instant web previews. Learn how to share a live coding session with teammates.

Straight answers

How does Claude Code run in the cloud on Murmell?

Murmell launches the Claude Code CLI in an isolated Linux container with complete terminal emulation. You authenticate using your Anthropic account or API key, and Claude Code works on the connected Git repository.

Can multiple Claude Code agents work on the same repository?

Yes. You can open multiple agent windows on the Murmell canvas. Each agent claims the files it is modifying before writing, preventing race conditions and merge conflicts.

Do I have to install Claude Code on my computer?

No. The entire environment (Node.js, Git, Claude Code CLI, and dev dependencies) runs inside Murmell cloud sandboxes.

What happens to my running tasks if I disconnect?

Tasks continue running on the server. When you open the workspace URL again, you reconnect to the live terminal session with full output history.