Pro tip for Claude code users: Add this to .claude/settings.local.json:
{
"hooks": {
"UserPromptSubmit": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "echo \"Remember to always use the mcp__container-use__environment tools!\""
}
]
}
]
}
}
and it will inject that prompt after every user request. This allows me to have a much more verbose CLAUDE.md while still reliably invoking the container-use mcp.
Pro tip for Claude code users: Add this to
.claude/settings.local.json:{ "hooks": { "UserPromptSubmit": [ { "matcher": "", "hooks": [ { "type": "command", "command": "echo \"Remember to always use the mcp__container-use__environment tools!\"" } ] } ] } }and it will inject that prompt after every user request. This allows me to have a much more verbose CLAUDE.md while still reliably invoking the container-use mcp.