Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Cursor CollaborationNew to Visual Studio Code? Get it now.
Cursor Collaboration

Cursor Collaboration

Ramy Shaaban

|
1 install
| (0) | Free
Real-time collaborative workspace for Cursor - work together simultaneously with full workspace synchronization
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Cursor Collaboration Extension

Installation

  1. Install dependencies:
npm install
  1. Build the extension:
npm run compile
  1. Package the extension:
vsce package
  1. Install in Cursor:
    • Open Cursor
    • Go to Extensions (Ctrl+Shift+X)
    • Click "Install from VSIX..."
    • Select the generated .vsix file

Development

For development with watch mode:

npm run watch

Then press F5 in Cursor to launch a new Extension Development Host window.

Configuration

The extension can be configured through Cursor's settings:

  • cursor-collaboration.relayServerUrl - WebSocket URL for the collaboration server
  • cursor-collaboration.autoShareDirectories - Directories to automatically share
  • cursor-collaboration.enablePresence - Show presence indicators
  • cursor-collaboration.enableSecretRedaction - Automatically redact sensitive patterns
  • cursor-collaboration.secretPatterns - Patterns to redact from shared files

Usage

  1. Start a Session: Use Ctrl+Shift+P and search for "Start Collaboration Session"
  2. Join a Session: Use Ctrl+Shift+P and search for "Join Collaboration Session"
  3. Invite Collaborators: Use Ctrl+Shift+P and search for "Invite Collaborator"
  4. End Session: Use Ctrl+Shift+P and search for "End Collaboration Session"

Features

  • Real-time collaborative editing using CRDT (Conflict-free Replicated Data Types)
  • Presence indicators showing who's online
  • Permission-based access control
  • Secure secret sharing with encryption
  • Command execution with owner approval
  • Session management and invitations

Security

  • All communication is encrypted in transit
  • Secrets are encrypted at rest
  • Permission-based access control
  • Rate limiting and abuse prevention
  • Session-based authentication
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft