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.
Quick Start
Clone the repository:
git clone https://github.com/dagger/container-useClaude Desktop configuration example:
{
"mcpServers": {
"container-use": {
"command": "npx",
"args": [
"-y",
"dagger/container-use"
]
}
}
}Check the repository README for specific installation and configuration instructions.