Where are cursor chats stored?

Hey, since chat history is stored locally, you can try copying it from one device to another. To do this, you need to copy the folder:

Windows: %APPDATA%\Cursor\User\workspaceStorage
macOS: ~/Library/Application Support/Cursor/User/workspaceStorage
Linux: ~/.config/Cursor/User/workspaceStorage

Also, your project should be in the same location on your computer to maintain the link.

There’s another way: you can create a symbolic link to the User folder and place it in the cloud, like Dropbox, and set it up on another device. This way, you’ll have a cloud version.
Unfortunately, I don’t know how reliable this is at the moment, but I used to do this with VSCode, and it worked well. Anyway, let me know if either method works for you.

1 Like