🔄 Rewind MCP
Smart and lightweight checkpointing mcp server for Claude Code CLI.
Features
- 🎯 Smart Checkpointing: Automatically checkpoint project states before agent wants to make any changes
- 🔄 Complete Undo Support: Restore modified files, recover deleted files, or remove unwanted files
- ⚡ Fast Multi-File Restore: Rewind changes across multiple files instantly
Example Agent Interaction
🚀 Quick Start
Installation
then,
Claude Code Configuration
Add this server to your Claude Code MCP configuration:
User-Based Configuration (Global)
Edit ~/Library/Application Support/Claude/claude_code_config.json
:
Project-Specific Configuration (Alternative)
For easier project sharing and version control, create a .mcp.json
file in your project directory:
Use Cases
Available Functional Calls for Claude
Just ask, and it will do the rest.
checkpoint(files, description)
- Create checkpoint before changesundo(file)
- Restore to previous checkpointlist_undos()
- Show available checkpointscleanup
- clean up all the checkpointsstatus()
- Show current checkpoint status
🤝 Contributing
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
📄 License
MIT License - see LICENSE file for details.
🙋♂️ Support
Built with ❤️ for the Claude Code ecosystem
local-only server
The server can only run on the client's local machine because it depends on local resources.
A smart, checkpoint‑based undo system for Claude Code. Automatically snapshots file states before modifications, deduplicates unchanged checkpoints, and enables lightning‑fast restoration so you can experiment confidently with AI‑driven edits.
Related MCP Servers
- -securityAlicense-qualityA comprehensive code analysis and management tool that integrates with Claude Desktop to analyze code at project and file levels, helping adapt changes to projects intelligently.Last updated -38MIT License
- AsecurityAlicenseAqualityProvides intelligent transcript processing capabilities for Claude, featuring natural formatting, contextual repair, and smart summarization powered by Deep Thinking LLMs.Last updated -415MIT License
- AsecurityFlicenseAqualityAn intelligent MCP server that enables seamless restarting of Claude's MCP handler process without disrupting the UI, allowing for plugin reloading without closing the entire Claude Desktop application.Last updated -31
- -securityFlicense-qualityTransforms Claude from a code generator into a programming partner capable of testing, debugging, and optimizing code automatically through a secure execution environment.Last updated -