Issue
I am trying to install a Cursor plugin using the Cursor CLI.
My plugin is:
- Hosted in a public GitHub repository
- Configured with both
marketplace.jsonandplugin.json
I have successfully found the command to add the marketplace repository:
cursor-agent plugin marketplace add <repository-url>
However, I cannot find any CLI command or documentation for actually installing a plugin from the added marketplace.
What I am Looking For
Is there a CLI command to install a plugin after adding the marketplace?
For example, something similar to:
cursor-agent plugin install <plugin-id>
or
cursor-agent plugin add <plugin-id>
If such a command exists, could you please provide:
- The correct CLI command
- The expected plugin identifier/name format
- Any prerequisites or required steps before installation
Additional Context
- Plugin repository is public on GitHub.
- Marketplace has already been added successfully.
- The plugin contains both
marketplace.jsonandplugin.json. - I am specifically looking for a CLI-based installation process rather than installing through the UI.
Any documentation or examples would be greatly appreciated.
Thank you!