Command reference ยท Cursor CLI
/help
Shows help; with a command name as an argument, shows details for that command.
/help shows an overview of available commands; /help <command> shows details for a specific command.
โ WHEN TO USE IT?
Look up the syntax of a rarely used command
/help mcp
โ WHEN NOT TO?
You already know exactly which command you need
Going through help first just costs time then.
Better: Call the command directly
SOURCES
- Cursor Docs โ Slash Commands โ cursor.com