8000 Use suggested claude install and trust cu tools by jpadams · Pull Request #70 · dagger/container-use · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Use suggested claude install and trust cu tools #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ Enabling `container-use` requires 2 steps:
Add the container-use MCP:

```sh
npm install -g @anthropic-ai/claude-code
cd /path/to/repository
npx @anthropic-ai/claude-code mcp add container-use -- <full path to cu command> stdio
claude mcp add container-use -- <full path to cu command> stdio
```

Save the CLAUDE.md file at the root of the repository. Alternatively, merge the instructions into your own CLAUDE.md.
Expand All @@ -79,6 +80,12 @@ Save the CLAUDE.md file at the root of the repository. Alternatively, merge the
curl https://raw.githubusercontent.com/dagger/container-use/main/rules/agent.md >> CLAUDE.md
```

To trust only the Container Use environment tools, invoke Claude Code like this:

```sh
claude --allowedTools mcp__container-use__environment_checkpoint,mcp__container-use__environment_file_delete,mcp__container-use__environment_file_list,mcp__container-use__environment_file_read,mcp__container-use__environment_file_write,mcp__container-use__environment_open,mcp__container-use__environment_run_cmd,mcp__container-use__environment_update
```

### [Amazon Q Developer CLI chat](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-chat.html)

Add this container-use MCP config to `~/.aws/amazonq/mcp.json`:
Expand Down
0