
Rewindex - Auto-snapshot tool for AI agents. Auto backup, Avoid the mistakes of AI.
@crsxmd
About Rewindex - Auto-snapshot tool for AI agents. Auto backup, Avoid the mistakes of AI.
Rewindex
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"rewindex": {
"command": "rewindex",
"args": [
"mcp"
],
"type": "stdio"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Nginx UI
0xJackyYet another WebUI for Nginx

EverArt
modelcontextprotocolModel Context Protocol Servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments