Catalog
net.agentutil/undo-mcp
OfficialReversibility intelligence — check if actions can be undone before executing them.
Checks if actions can be reversed before execution to prevent irreversible mistakes.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"undo-mcp": {
"command": "npx",
"args": [
"-y",
"@agentutil/undo-mcp@1.0.0"
]
}
}
}