xxczaki/local-history-mcp
🔌 MCP Serverxxczaki
An MCP server enabling AI assistants to access and interact with VS Code and Cursor local file history.
The local-history-mcp server provides a standardized interface for AI models to query the local history directory maintained by VS Code and Cursor. By exposing these local file snapshots as tools, it enables developers to grant their AI agents 'time-travel' capabilities within their codebase. Instead of relying solely on the current state of a file, an agent can now inspect how a specific function or module evolved over time, identify when a bug was introduced, or revert changes based on historical context. This is particularly useful for complex refactoring tasks where understanding the progression of code changes is critical. The server is designed to be lightweight and integrates seamlessly with any MCP-compliant client, making it a powerful utility for developers who use AI-assisted coding tools to manage their local development environment.
💡Highlights
- ├─Access VS Code/Cursor history
- ├─Enable historical code analysis
- └─Seamless MCP protocol support
🎯For
- ├─Software Engineers
- └─AI Tool Developers