Back to MCP Servers

Container Use

Containerized environments for coding agents. Multiple agents can work independently, isolated in fresh containers and git branches. No conflicts, many experiments. Full execution history, terminal access to agent environments, git workflow. Any agent/model/infra stack.

code-executionaiagent

Installation

npx -y container-use

Configuration

{
  "mcpServers": {
    "container-use": {
      "command": "npx",
      "args": ["-y", "container-use"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub