agent-undo

tathagat22/agent-undo
★ 0 stars Rust AI/LLM Updated today
Ctrl-Z for AI agents — a universal reversible side-effect time machine. Rust engine + TypeScript MCP server bridged in-process via NAPI-RS.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-undo": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "agent-undo"
      ]
    }
  }
}

README Excerpt

> When you let an AI agent loose on your machine, `undo` records **every change it makes to the real world** and lets you reverse all of it with one command. The thing stopping people from running agents in full-auto isn't intelligence — it's **fear**. An agent edits 15 files, deletes a folder, runs a migration, fires off an API call. If it screws up, the files are *maybe* recoverable (if you committed to git) — but the deleted folder, the DB row, the sent email, the network call? **No undo exis

Tools (8)

undo_checkpointundo_initundo_logundo_record_httpundo_redoundo_rollbackundo_statusundo_track

Topics

ai-agentsclaudellmmcpmodel-context-protocolnapi-rsrollbackrusttypescriptundo