Skip to content
Cline

undo mcp for Cline

net.agentutil/undo-mcp

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

client:Cline transport:stdio runtime:npm

Install undo mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

undo mcp in other clients