Developer Tools
Trust: 25/100 (Limited)net.agentutil/undo-mcp Guide
Reversibility intelligence — check if actions can be undone before executing them.
Quick Start
Install
npx @agentutil/undo-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"net-agentutil-undo-mcp": {
"command": "npx",
"args": [
"@agentutil/undo-mcp"
]
}
}
}