Cursor View is a local tool to view, search, and export all your Cursor AI chat histories in one place. It works by scanning your local Cursor application data directories and extracting chat data from the SQLite databases.
Privacy Note: All data processing happens locally on your machine. No data is sent to any external servers.

- Clone this repository
- Install Python dependencies:
python3 -m pip install -r requirements.txt
- Install frontend dependencies and build (optional, pre-built files included):
cd frontend npm install npm run build
- Start the server:
python3 server.py
- Open your browser to http://localhost:5000
- Browse all Cursor chat sessions
- Search through chat history
- Export chats as JSON or standalone HTML
- Organize chats by project
- View timestamps of conversations