Back to Apps

Container Use
Supports UIby dagger
Isolated containerized development environments for coding agents to work safely and independently.
0 stars
Works in:Cursor
Exposes:Tools
What it does\nConnects coding agents to isolated container environments, allowing multiple agents to work in parallel on different git branches without conflicting with the host system or each other.\n\n## Tools\n- stdio: The primary MCP interface for managing isolated container environments.\n- cu: CLI shortcut for the container-use command.\n\n## Installation\nAdd the following to your claude_desktop_config.json:\n\njson\n{\n "mcpServers": {\n "container-use": {\n "command": "container-use",\n "args": ["stdio"]\n }\n }\n}\n\n\n## Supported hosts\nConfirmed for Claude Code, Cursor, and other MCP-compatible agents.
Quick install
brew install dagger/tap/container-useInformation
- Pricing
- free
- Published
- 4/16/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add container-use stdio as an MCP server in Cursor settings.Claude Desktop
{\n "mcpServers": {\n "container-use": {\n "command": "container-use",\n "args": ["stdio"]\n }\n }\n}





