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
- Host: GitHub
- URL: https://github.com/saharmor/cursor-view
- Owner: saharmor
- License: apache-2.0
- Created: 2025-04-27T02:55:59.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-05-08T03:16:36.000Z (about 1 month ago)
- Last Synced: 2025-05-08T19:08:26.169Z (about 1 month ago)
- Topics: claude, cursor, vibe-coding
- Language: Python
- Homepage:
- Size: 336 KB
- Stars: 25
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
## 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