Two Cursor IDE's for one Project

Does anyone know how to run two cursor IDEs on the same project? Reason: I want to run two agents on the project at the same time. I understand they could be over writing each others files, but sometimes I am working on one file very specifically, or I just have questions about the codebase while the agent is doing something time consuming. Two IDEs on the same project would allow me to do this.

I use Windows and tried:
“cursor .” in the same directory
and
Opening a new window via Cursor GUI and then:

  1. Trying to open the folder
  2. Trying to open the saved workspace

None of these seemed to work.

I don’t mind paying more via whatever mechanism- that is not a constraint for this purpose.

Thanks for your help!

1 Like

Have tou found a solution? I want to do the same

See also v0.50 changelog at:

Yes Background Agents are in preview and will once tested enough will be public.

More info:

Hi,

It bit difficult but possible.

You can create two docker containers and limit each docker to a certain part of your project and then you open two instances of Cursor and connect each one to a container and there you have absolute isolation. it must be planned well otherwise you will be frustrated. you must plan if you need tight separation or a shared area in between.

if it is about frontend and backend, you might want to give access the other side of the fence for the LLM to read and make decisions. The new Cursor can manage this too. Read the release docks too, before you make up your mind.