Skip to content
Gemini CLI

undo mcp for Gemini CLI

net.agentutil/undo-mcp

Reversibility intelligence — check if actions can be undone before executing them.

client:Gemini CLI transport:stdio runtime:npm

Install undo mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "undo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@agentutil/undo-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

undo mcp in other clients