[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-73234":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":27,"readmeContent":28,"aiSummary":29,"trendingCount":16,"starSnapshotCount":16,"syncStatus":30,"lastSyncTime":31,"discoverSource":32},73234,"container-use","dagger\u002Fcontainer-use","dagger","Development environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.","https:\u002F\u002Fcontainer-use.com",null,"Go",3822,194,11,49,0,9,17,48,27,28.87,"Apache License 2.0",false,"main",true,[],"2026-06-12 02:03:10","\u003Cdiv align=\"center\">\n  \u003Cimg src=\".\u002Fdocs\u002Fimages\u002Fcontainer-use.png\" align=\"center\" alt=\"Container use: Development environments for coding agents.\" \u002F>\n  \u003Ch1 align=\"center\">container-use\u003C\u002Fh2>\n  \u003Cp align=\"center\">Containerized environments for coding agents. (📦🤖) (📦🤖) (📦🤖)\u003C\u002Fp>\n  \u003Cp align=\"center\">\n    \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fstability-experimental-orange.svg\" alt=\"Experimental\" \u002F>\n    \u003Ca href=\"https:\u002F\u002Fopensource.org\u002Flicenses\u002FApache-2.0\">\n      \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLicense-Apache_2.0-blue.svg\">\n    \u003C\u002Fa>\n    \u003Ca href=\"https:\u002F\u002Fcontainer-use.com\u002Fdiscord\">\n      \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fdiscord\u002F707636530424053791?logo=discord&logoColor=white&label=Discord&color=7289DA\" alt=\"Discord\">\n    \u003C\u002Fa>\n    \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fclinebot\u002Fawesome-claude-code\">\n      \u003Cimg src=\"https:\u002F\u002Fawesome.re\u002Fmentioned-badge.svg\" alt=\"Mentioned in Awesome Claude Code\">\n    \u003C\u002Fa>\n  \u003C\u002Fp>\n\u003C\u002Fdiv>\n\n**Container Use** lets coding agents do their work in parallel environments without getting in your way. Go from babysitting one agent at a time to enabling multiple agents to work safely and independently with your preferred stack. See the [full documentation](https:\u002F\u002Fcontainer-use.com).\n\n\u003Cp align='center'>\n    \u003Cimg src='.\u002Fdocs\u002Fimages\u002Fdemo.gif' width='700' alt='container-use demo'>\n\u003C\u002Fp>\n\nIt's an open-source MCP server that works as a CLI tool with Claude Code, Cursor, and other MCP-compatible agents. Powered by [Dagger](https:\u002F\u002Fdagger.io).\n\n* 📦 **Isolated Environments**: Each agent gets a fresh container in its own git branch - run multiple agents without conflicts, experiment safely, discard failures instantly.\n* 👀 **Real-time Visibility**: See complete command history and logs of what agents actually did, not just what they claim.\n* 🚁 **Direct Intervention**: Drop into any agent's terminal to see their state and take control when they get stuck.\n* 🎮 **Environment Control**: Standard git workflow - just `git checkout \u003Cbranch_name>` to review any agent's work.\n* 🌎 **Universal Compatibility**: Works with any agent, model, or infrastructure - no vendor lock-in.\n\n---\n\n🦺 This project is in early development and actively evolving. Submit issues and\u002For reach out to us on [Discord](https:\u002F\u002Fcontainer-use.com\u002Fdiscord) in the #container-use channel.\n\n---\n\n## Quick Start\n\n### Install\n\n```sh\n# macOS (recommended)\nbrew install dagger\u002Ftap\u002Fcontainer-use\n\n# All platforms\ncurl -fsSL https:\u002F\u002Fraw.githubusercontent.com\u002Fdagger\u002Fcontainer-use\u002Fmain\u002Finstall.sh | bash\n```\n\n### Setup with Your Agent\n\nContainer Use works with any MCP-compatible agent. The setup is always the same: **add `container-use stdio` as an MCP server**.\n\n**👉 [Complete setup guide for all agents (Cursor, Goose, VSCode, etc.)](https:\u002F\u002Fcontainer-use.com\u002Fquickstart)**\n\n**Example with Claude Code:**\n\n```sh\n# Add Container Use MCP server\ncd \u002Fpath\u002Fto\u002Frepository\nclaude mcp add container-use -- container-use stdio\n\n# Add agent rules (optional)\ncurl https:\u002F\u002Fraw.githubusercontent.com\u002Fdagger\u002Fcontainer-use\u002Fmain\u002Frules\u002Fagent.md >> CLAUDE.md\n```\n\n\u003Cdetails>\n\u003Csummary>💡 Command Shortcut\u003C\u002Fsummary>\n\nThe `container-use` command is also available as `cu` for convenience. Both commands work identically:\n- `container-use stdio` (used in documentation)\n- `cu stdio` (shortcut)\n\n\u003C\u002Fdetails>\n\n### Try It\n\nAsk your agent to create something:\n> Create a hello world app in python using flask\n\nYour agent will work in an isolated environment and give you URLs to view the app and explore the code!","container-use 是一个为编码代理提供开发环境的项目，允许多个代理在你选择的技术栈中安全且独立地工作。它使用 Go 语言编写，核心功能包括为每个代理提供隔离的容器环境、实时查看命令历史和日志、直接干预代理终端以及通过标准 Git 工作流来控制环境。这些特性使得开发者能够并行运行多个代理而不会发生冲突，并能在代理遇到问题时快速介入处理。该项目适用于需要同时管理多个自动化编码工具或代理的场景，如持续集成\u002F持续部署（CI\u002FCD）流程、大规模软件开发协作等。",2,"2026-06-11 03:44:38","high_star"]