Preflight Checklist
What's Wrong?
According to the docs, the extraKnownMarketplaces key should be available to be set in any settings file:
So when I added a marketplace to /etc/claude-code/managed-settings.json:
{
"extraKnownMarketplaces": {
"company-tools": {
"source": {
"source": "git",
"url": "<redacted>"
}
}
}
}
I expected this to be added (or for the user to be prompted for this to be added) when they opened up claude. Instead no marketplaces are added, and users are not prompted to add marketplaces added in the managed settings. These marketplaces do not show up when looking at the TUI in /plugins.
What Should Happen?
Claude should either automatically set up marketplaces configured in extraKnownMarketplaces, or should prompt users to set up marketplaces configured there.
Error Messages/Logs
Steps to Reproduce
(Assuming a clean, new, claude code setup.)
- Create a file in
/etc/claude-code/managed-settings.json with the same content as above.
- Replace
<redacted> with a git url to a valid claude code marketplace.
- Run
claude
- Run
/plugin and navigate to Marketplaces
You'll be looking at a blank list (with maybe the exception of the default anthropic one, if applicable).
Claude Model
None
Is this a regression?
I don't know
Last Working Version
No response
Claude Code Version
2.0.76
Platform
AWS Bedrock
Operating System
Ubuntu/Debian Linux
Terminal/Shell
Other
Additional Information
No response
Preflight Checklist
What's Wrong?
According to the docs, the
extraKnownMarketplaceskey should be available to be set in any settings file:So when I added a marketplace to
/etc/claude-code/managed-settings.json:I expected this to be added (or for the user to be prompted for this to be added) when they opened up claude. Instead no marketplaces are added, and users are not prompted to add marketplaces added in the managed settings. These marketplaces do not show up when looking at the TUI in
/plugins.What Should Happen?
Claude should either automatically set up marketplaces configured in
extraKnownMarketplaces, or should prompt users to set up marketplaces configured there.Error Messages/Logs
Steps to Reproduce
(Assuming a clean, new, claude code setup.)
/etc/claude-code/managed-settings.jsonwith the same content as above.<redacted>with a git url to a valid claude code marketplace.claude/pluginand navigate toMarketplacesYou'll be looking at a blank list (with maybe the exception of the default anthropic one, if applicable).
Claude Model
None
Is this a regression?
I don't know
Last Working Version
No response
Claude Code Version
2.0.76
Platform
AWS Bedrock
Operating System
Ubuntu/Debian Linux
Terminal/Shell
Other
Additional Information
No response