Skip to main content

Plugin Settings

Plugin Settings configures organization-wide plugin behavior. Open it by selecting Plugins Settings, or the gear icon, on the Plugins list page.

Plugins Settings page with Marketplace name, Sync options toggles for MCP servers, Toolkits, and Skills, Target marketplace platforms checkboxes, GitHub sync, and Sync from GitHub sections

Marketplace name

A human-readable identifier used in the install commands generated for end users (for example, /plugin install my-plugin@<marketplace-name>).

Sync options

Control whether a wrapper plugin is created automatically when you add certain entities. Renaming or deleting the entity updates its plugin.

ToggleEffect
MCP ServersCreating an MCP server also creates a plugin that wraps it.
ToolkitsCreating an organization toolkit also creates a plugin that wraps it.
SkillsCreating an organization skill also creates a plugin that wraps it.

Target marketplace platforms

Select which platforms the organization targets by default: Cursor, Claude, GitHub Copilot, Codex, and OpenCode. Individual plugins can override this from their edit page.

OpenCode has no plugin-marketplace concept, so instead of a marketplace.json it receives an OpenCode-native layout (.opencode/skills, .opencode/commands, .opencode/agents, and a root opencode.json for MCP servers). See Adding Your Marketplace to OpenCode.

GitHub sync

Two mechanisms are available and can run side by side:

Sync from GitHub

Import plugins from one or more external GitHub repositories, with optional daily auto-sync. See Sync Plugins from GitHub.

Custom install command

Optionally define a JSONata expression to override the default install command shown to users. The expression receives an env object with platform, pluginSlug, pluginName, pluginVersion, marketplaceName, and downloadUrl.

Select Save Changes to apply. Changes do not take effect until saved.