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.
python3 -m pip install -r requirements.txt
cd frontend
npm install
npm run build
python3 server.py
Built by Sahar Mor • Follow @theaievangelist • Stay updated on AI
28 commits
Python
50.8%
JavaScript
42.4%
HTML
6.0%
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.
python3 -m pip install -r requirements.txt
cd frontend
npm install
npm run build
python3 server.py
Built by Sahar Mor • Follow @theaievangelist • Stay updated on AI
28 commits
Python
50.8%
JavaScript
42.4%
HTML
6.0%