VS Code supports custom agent plugin marketplaces, but adding one still requires manual configuration or command-line steps.
I’d like to request a supported install URI / deep-link flow for agent plugin marketplaces, similar to the low-friction MCP install experience. We recently used the vscode:mcp/install flow successfully, and that kind of experience would be very useful for agent plugin marketplaces as well.
The goal is not silent install. A confirmation flow is fine. The key part is being able to give a user a single link or button that:
- opens VS Code
- shows a confirmation dialog for the marketplace being added
- displays basic marketplace metadata such as name, owner, description, and repo URL
- adds the marketplace to the user’s configured
chat.plugins.marketplaces list after confirmation
This would make it much easier for teams and organizations to distribute curated internal marketplaces for plugins, skills, agents, and MCP-backed integrations without asking users to hand-edit settings.
Related prior art:
This request is for similar install ergonomics, but for agent plugin marketplaces rather than MCP servers.
VS Code supports custom agent plugin marketplaces, but adding one still requires manual configuration or command-line steps.
I’d like to request a supported install URI / deep-link flow for agent plugin marketplaces, similar to the low-friction MCP install experience. We recently used the
vscode:mcp/installflow successfully, and that kind of experience would be very useful for agent plugin marketplaces as well.The goal is not silent install. A confirmation flow is fine. The key part is being able to give a user a single link or button that:
chat.plugins.marketplaceslist after confirmationThis would make it much easier for teams and organizations to distribute curated internal marketplaces for plugins, skills, agents, and MCP-backed integrations without asking users to hand-edit settings.
Related prior art:
This request is for similar install ergonomics, but for agent plugin marketplaces rather than MCP servers.