No way to delete a personal marketplace from the UI

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

The source dropdown in Customize lets you add a marketplace (Add Marketplace → Import from Github / Import from Disk), but there’s no way to remove one. I added the affaan-m/everything-claude-code repo that way and there’s no delete option on it in the dropdown, in the plugin list, or in Settings → Plugins.

The CLI removes it fine:

agent plugin marketplace remove affaan-m-everything-claude-code

So the capability exists, it’s just missing from the UI. I’m on a personal account with no team, and the only Delete Marketplace button in the app is the team one on the web dashboard.

Steps to Reproduce

  1. Personal account, no team.
  2. In Customize, open the source dropdown → Add Marketplace → Import from Github.
  3. Use https://github.com/affaan-m/everything-claude-code.
  4. Open the same dropdown again and try to remove it. There’s no option.
  5. Remove it from the CLI instead and it works.

Expected Behavior

If the dropdown can add a marketplace, it should be able to remove one too.

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 3.14.7
VS Code Extension API: 1.128.0
Commit: a758f2241ca99fecf380180b6cbdbbce0f1f42c0
Date: 2026-07-30T06:41:34.009Z
Layout: Agent Window
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.291
OS: Darwin arm64 25.6.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the detailed report. Good news: you can remove a personal marketplace from the UI, the option is just hidden somewhere else.

Here’s the path:

  • Open Customize > Browse (not the source dropdown and not Settings > Plugins).
  • Scroll to the section for the marketplace you want (in your case Affaan M Ecc).
  • On the right side of that section header, there’s a … button. Click it.
  • You’ll see Remove with a confirmation dialog.

Also, in your screenshot you can already see that … in the top right of the Affaan M Ecc section. It does the same thing as the CLI command agent plugin marketplace remove.

I agree it would be more logical to find this in the source dropdown where Add Marketplace lives. I’ll share that as feedback about discoverability. Let me know if it worked.

Ohhh I didn’t see that because the button is so tiny and blends in with the background sort of. It’s also not mentioned in the docs so when I searched I found nothing. It might need to be modified to be more visible + update the docs. Thanks for the help!