
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
cursor-export
Advanced tools
A command-line tool to export chat history and composer data from Cursor IDE.
npm install -g cursor-export
Or run directly with npx:
npx cursor-export --workspacePath="/Users/scott/Library/Application Support/Cursor/User/workspaceStorage"
cursor-export [options]
Options:
-w, --workspacePath Path to Cursor workspace storage
[default: "/Users/scott/Library/Application Support/Cursor/User/workspaceStorage"]
-h, --help Show help information
Example Output:
Export completed successfully!
Total workspaces processed: 1
Output directory structure:
cursor-export-output/
├── html/
│ └── <workspace_folders>/
│ └── <timestamp>--<chat_title>.html
├── markdown/
│ └── <workspace_folders>/
│ └── <timestamp>--<chat_title>.md
└── json/
└── <workspace_name>.json
# Clone the repository
git clone https://github.com/yourusername/cursor-chat-composer-export.git
cd cursor-chat-composer-export
# Install dependencies
npm install
# Install globally for local testing
npm install -g .
# Run the tool locally
npm start
index.js
- Core functionality for exporting chat historycli.js
- Command line interface implementationindex.test.js
- Test suitegit checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)To enable debug logs, set the DEBUG environment variable:
# On Unix-like systems
DEBUG=cursor-export:* npm start
# On Windows
set DEBUG=cursor-export:* && npm start
MIT
FAQs
Export Cursor chat and composer history
The npm package cursor-export receives a total of 61 weekly downloads. As such, cursor-export popularity was classified as not popular.
We found that cursor-export demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.