Rewindex
Auto-snapshot tool for AI agents. Automatically backs up every file change so you can recover from AI mistakes instantly. Code worry-free. Free and local.
- Versioning: snap, rewind, and track every change your AI makes
- Change visibility: view diffs, session logs, and full file history
- Changelog: flag milestones and export as CHANGELOG.md
- Audit code: One AI codes. Another audits. Every session is already logged.
Works with any AI agent via MCP. Works with Git. Rewind the code that you didn't commit.
概要
Rewindex
Rewindex is an auto-snapshot MCP server for AI agents. Every file change is captured automatically in the background — no commits needed. When something breaks, your AI can check the log and rewind instantly.
Snapshot & Rewind
create_snap/get_snaps— manual snapshots with notesrewind_session/rewind_file/rewind_relative— undo changes at any granularity
History & Inspection
get_log/get_log_detail— view session history and changesget_diff/get_session_state/get_file_log— inspect what changed and when
Code Audit
find_version_by_pattern/find_pattern_introduced/search_sessions_by_file— trace when and where code changed
Milestones & Changelog
create_flag/list_flags/export_flags— mark versions, export as CHANGELOG.mdadd_note— annotate sessions with context
Setup
pipx install rewindex
rewindex init
Works with Claude Code, Cursor, Windsurf, and any MCP-compatible agent. Free. Runs locally.
サーバー設定
{
"mcpServers": {
"rewindex": {
"command": "rewindex",
"args": [
"mcp"
],
"type": "stdio"
}
}
}