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.
サーバー設定
{
"mcpServers": {
"rewindex": {
"command": "rewindex",
"args": [
"mcp"
],
"type": "stdio"
}
}
}