Team Plugins
Select which plugins your team uses from the organization’s allowed list.
As a team leader, you configure plugins, MCP servers, and settings for your team. This guide explains your responsibilities and options.
Team Plugins
Select which plugins your team uses from the organization’s allowed list.
MCP Servers
Configure MCP servers (context7, custom tools) for your team.
Session Settings
Set default timeouts and auto-resume behavior.
Project Overrides
Control whether developers can add project-specific settings.
These are set at the organization level and cannot be overridden:
| Setting | Controlled By |
|---|---|
| Security blocks (plugins, servers, images) | Org Admin |
| Safety-net policy (block/warn/allow) | Org Admin |
| Allowed marketplaces | Org Admin |
| Network policy restrictions | Org Admin |
You have two ways to manage your team’s configuration:
Your team profile lives directly in the org config file. Changes require org admin to update the file.
Best for: Small teams, simple setups, teams that don’t need frequent changes.
Learn more about inline configuration →
Your team maintains its own config repository. You can update plugins via PRs without involving org admin.
Best for: Autonomous teams, frequent updates, teams with specific tooling needs.
Learn more about GitOps configuration →
A typical team profile includes:
{ "backend": { "description": "Backend development team", "additional_plugins": [ "scc-safety-net@sandboxed-code-official", "java-tools@internal" ], "additional_mcp_servers": { "context7": { "type": "http", "url": "https://context7.example.com" } }, "delegation": { "allow_project_overrides": true, "allow_additional_plugins": ["team-*"] }, "session": { "timeout_hours": 12 } }}scc-safety-net for git protectionAlways validate before deploying:
scc team validateOr validate a specific config file:
scc org validate team-config.jsonInline Configuration
Simple setup, org-managed. Set up →
GitOps Configuration
Team-managed, more autonomy. Set up →
Managing Plugins
Choose and configure plugins. Learn more →