Developer Tools
Trust: 41/100 (Fair)io.github.S2thend/cursor-history Guide
MCP server for browsing, searching, exporting, and backing up your Cursor AI chat history
27 starsby S2thend
Quick Start
Install
npx cursor-history-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-s2thend-cursor-history": {
"command": "npx",
"args": [
"cursor-history-mcp"
]
}
}
}