Access Cursor in a web browser

Is it possible to run Cursor as a web server serving the UI ? My use case is I’d like to deploy Cursor somewhere (VM, container) and access it via a browser. In my specific case, that would be to integrate it inside my development container toolkit.

Something similar to what is provided by:

I think that Cursor is built on VSCodium, but is it exposing the UI in the server or only in the Electron build?

2 Likes

This would be possible with vscode-server, like coder.com. I saw there is an existing issue for this on Github maybe you want to give it a +1 and a comment.

1 Like

Great, that’s what I was looking for. Thanks!