Skip to content

SCC CLI

Run Claude Code safely inside Docker, with team-managed profiles and guardrails

Isolated Execution

Code runs in Docker sandboxes. Your host system stays protected from AI-generated commands.

Standardized Configs

Organization-managed profiles distributed via a single URL. No manual setup for developers.

Git Guardrails

Block destructive commands like push --force and reset --hard automatically with safety-net policies.

Parallel Development

Isolated git worktrees per feature branch. Multiple Claude sessions without conflicts.

  1. Install SCC CLI

    Terminal window
    pip install scc-cli
  2. Verify your environment

    Terminal window
    scc doctor
  3. Configure and launch

    Terminal window
    scc setup # Paste your org config URL
    scc start # Launch in current directory
SettingOrg AdminTeam LeadDeveloper
Block dangerous plugins✅ Sets❌ Cannot override❌ Cannot override
Default plugins for all teams✅ Sets
Team-specific plugins✅ Approves✅ Chooses
Project-local config (.scc.yaml)✅ Can restrict✅ Can restrict✅ Extends
Safety-net policy✅ Sets❌ Cannot override❌ Cannot override