code execution

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.

local
macos
windows
linux
rust
code execution
0
View on GitHub

Installation

npx -y dagger/container-use

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "container-use",
  "command": "npx",
  "args": [
    "-y",
    "dagger/container-use"
  ]
}

About This MCP Server

dagger/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.

GitHub: https://github.com/dagger/container-use

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub