local-history-mcp and cursor-history-mcp
These two MCP servers are complementary, with one providing access to a code editor's local history and the other offering functionalities for managing AI chat history.
About local-history-mcp
xxczaki/local-history-mcp
MCP server for accessing VS Code/Cursor's Local History
Exposes file snapshots captured at save points through MCP tools including history listing, content search, and restoration with automatic backups—bridging the gap between AI assistants and editor local history data. Implements stdio transport compatible with Cursor, Claude, and VS Code integrations, enabling AI-powered recovery and context awareness beyond traditional undo/redo functionality.
About cursor-history-mcp
S2thend/cursor-history-mcp
MCP server for browsing, searching, and exporting Cursor AI chat history.
Implements direct SQLite querying of Cursor's native database with grep-style text search instead of vector embeddings, enabling instant offline results without external LLM dependencies. Provides additional capabilities beyond browsing—including backup/restore, cross-workspace migration, and year-in-review analytics—all via an npx-based MCP server that integrates with Cursor IDE, Claude Desktop, and Claude Code with zero configuration.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work