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
By dagger
Installation
npx -y container-useConfiguration
{
"mcpServers": {
"container-use": {
"command": "npx",
"args": ["-y", "container-use"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes