Reversibility intelligence — check if actions can be undone before executing them.
claude mcp add undo-mcp -- npx -y @agentutil/undo-mcp
claude_desktop_config.json
{
"mcpServers": {
"undo-mcp": {
"command": "npx",
"args": [
"-y",
"@agentutil/undo-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"undo-mcp": {
"command": "npx",
"args": [
"-y",
"@agentutil/undo-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"undo-mcp": {
"command": "npx",
"args": [
"-y",
"@agentutil/undo-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"undo-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentutil/undo-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"undo-mcp": {
"command": "npx",
"args": [
"-y",
"@agentutil/undo-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/net.agentutil--undo-mcp/reviews or the review_server meta-tool.
POST /mcp