How to Share Cursor's Chat and Composer Data Across Multiple PCs?

I want to use Cursor to develop on two PCs (one for home and one for when I’m on the go).

However, when I switch to a different PC, Cursor does not remember the source code context, which is causing issues.
I would like to share chat history and Composer content between the two PCs. How can I achieve this?
(Currently, I am sharing the source code via GitHub.)

I researched online and found that VS Code has a Settings Sync feature that might be useful, but I couldn’t find this feature in Cursor.

If anyone who works on group development has a method for handling this, I would really appreciate your advice!

Several users posted to suggest using SpecStory extension. This allows you to check your chat history into git and sync to other machine. Its not a direct sync like you would like but it would allow you to keep the info from chats and reference it on another machine.