Skip to content
Cursor

undo mcp for Cursor

net.agentutil/undo-mcp

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

client:Cursor transport:stdio runtime:npm

Install undo mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

undo mcp in other clients