An open API service indexing awesome lists of open source software.

https://github.com/saharmor/cursor-view

Browse, search, export, and share your entire Cursor AI chat history
https://github.com/saharmor/cursor-view

claude cursor vibe-coding

Last synced: about 1 month ago
JSON representation

Browse, search, export, and share your entire Cursor AI chat history

Awesome Lists containing this project

README

        

# Cursor View

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.

Screenshot 2025-05-01 at 8 22 43 AM-min

## Setup & Running

1. Clone this repository
2. Install Python dependencies:
```
python3 -m pip install -r requirements.txt
```
3. Install frontend dependencies and build (optional, pre-built files included):
```
cd frontend
npm install
npm run build
```
4. Start the server:
```
python3 server.py
```
5. Open your browser to http://localhost:5000

## Features

- Browse all Cursor chat sessions
- Search through chat history
- Export chats as JSON or standalone HTML
- Organize chats by project
- View timestamps of conversations