← Index

net.agentutil/undo-mcp

net.agentutil/undo-mcp·v1.0.0·Other
Quality Score
73
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "undo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@agentutil/undo-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "undo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@agentutil/undo-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @agentutil/undo-mcp
§03  MCP Quality Score  ·  methodology
freshness
23
completeness
5
installability
25
documentation
10
stability
10
§04  Alternatives in Other