Skip to content

Enterprise & Organization

  • Type: boolean
  • Default: unspecified
  • Description: Managed-only. Only managed hooks, SDK hooks, and hooks from plugins force-enabled in managed settings enabledPlugins are loaded. User, project, and all other plugin hooks are blocked. Only honored when set by managed/enterprise-controlled settings; ignored in user/project settings.
  • Example:
    {
    "allowManagedHooksOnly": true
    }
  • Type: boolean
  • Default: unspecified
  • Description: Managed-only. Only allowedMcpServers from managed settings are respected. deniedMcpServers still merges from all sources. Users can still add MCP servers, but only the admin-defined allowlist applies. Only honored when set by managed/enterprise-controlled settings; ignored in user/project settings.
  • Example:
    {
    "allowManagedMcpServersOnly": true
    }
  • Type: boolean
  • Default: unspecified
  • Description: Managed-only. Prevent user and project settings from defining allow, ask, or deny permission rules. Only rules in managed settings apply. Only honored when set by managed/enterprise-controlled settings; ignored in user/project settings.
  • Example:
    {
    "allowManagedPermissionRulesOnly": true
    }
  • Type: object[]
  • Default: unspecified
  • Description: Managed-only. Blocklist of marketplace sources. Blocked sources are checked before downloading, so they never touch the filesystem.
  • Example:
    {
    "blockedMarketplaces": [
    {
    "source": "github",
    "repo": "untrusted/plugins"
    }
    ]
    }
  • Type: string[]
  • Default: unspecified
  • Description: Announcements to display to users at startup. If multiple announcements are provided, they will be cycled through at random.
  • Example:
    {
    "companyAnnouncements": [
    "Welcome to Acme Corp! Review our code guidelines at docs.acme.com"
    ]
    }
  • Type: boolean
  • Default: unspecified
  • Description: Managed-only. Allowlist of plugin marketplaces users can add. Undefined = no restrictions, empty array = lockdown. Applies to marketplace additions only. Only honored when set by managed/enterprise-controlled settings; ignored in user/project settings.
  • Example:
    {
    "strictKnownMarketplaces": true
    }

← Back to settings/README.md