
Rewindex - Auto-snapshot tool for AI agents. Auto backup, Avoid the mistakes of AI.
@crsxmd
Rewindex
Overview
What is Rewindex?
Rewindex is an auto-snapshot MCP server for AI agents. It automatically captures every file change in the background — no commits needed — so when something breaks, the AI can check the log and rewind instantly.
How to use Rewindex?
Install via pipx install rewindex, then run rewindex init. It works with Claude Code, Cursor, Windsurf, and any MCP-compatible agent. Commands include manual snapshots (create_snap, get_snaps), rewinding (rewind_session, rewind_file, rewind_relative), history inspection (get_log, get_diff), code audit (find_version_by_pattern), and milestone management (create_flag, export_flags).
Key features of Rewindex
- Automatic background snapshots of file changes.
- Rewind sessions, files, or relative changes.
- View session history, changes, and diffs.
- Trace code changes with pattern-based search.
- Mark milestones and export changelogs.
- Free, local, and requires no commits.
Use cases of Rewindex
- Recover from AI agent mistakes by rewinding to a snapshot.
- Track when and where code was introduced or changed.
- Create changelogs from flagged milestones.
- Inspect detailed diffs and file logs during development.
FAQ from Rewindex
How do I install Rewindex?
Run pipx install rewindex followed by rewindex init to initialize.
What AI agents does Rewindex work with?
It works with Claude Code, Cursor, Windsurf, and any MCP-compatible agent.
Is Rewindex free and where does data run?
Yes, it's free and runs locally on your machine.
Do I need to commit changes for snapshots?
No, snapshots happen automatically in the background — no commits needed.