Show HN: Container Use for Agents

https://news.ycombinator.com/rss Hits: 8
Summary

container-use Containerized environments for coding agents. (๐Ÿ“ฆ๐Ÿค–) (๐Ÿ“ฆ๐Ÿค–) (๐Ÿ“ฆ๐Ÿค–) Container Use lets each of your coding agents have their own containerized environment. Go from babysitting one agent at a time to enabling multiple agents to work safely and independently with your preferred stack. It's an open-source MCP server that works as a CLI tool with Claude Code, Cursor, and other MCP-compatible agents. ๐Ÿ“ฆ Isolated Environments : Each agent gets a fresh container in its own git branch - run multiple agents without conflicts, experiment safely, discard failures instantly. : Each agent gets a fresh container in its own git branch - run multiple agents without conflicts, experiment safely, discard failures instantly. ๐Ÿ‘€ Real-time Visibility : See complete command history and logs of what agents actually did, not just what they claim. : See complete command history and logs of what agents actually did, not just what they claim. ๐Ÿš Direct Intervention : Drop into any agent's terminal to see their state and take control when they get stuck. : Drop into any agent's terminal to see their state and take control when they get stuck. ๐ŸŽฎ Environment Control : Standard git workflow - just git checkout <branch_name> to review any agent's work. : Standard git workflow - just to review any agent's work. ๐ŸŒŽ Universal Compatibility: Works with any agent, model, or infrastructure - no vendor lock-in. ๐Ÿฆบ This project is in early development and actively evolving. Expect rough edges, breaking changes, and incomplete documentation - but also expect rapid iteration and responsiveness to feedback. Installing make This will build the cu binary but NOT install it to your $PATH . If you want to build and install the binary into your $PATH , run: make install && hash -r The make install command will put cu in your $PATH . In order to use it, you will need to restart your terminal or run hash -r to refresh your $PATH (or equivalent for your shell). Agent Integration Enabling container-use requires 2 s...

First seen: 2025-06-05 23:03

Last seen: 2025-06-06 07:06