UndoMCP-Tool

LokeyDev0/UndoMCP-Tool
★ 1 stars TypeScript Other Updated today
A simple tool that allows you to undo any MCP changes you are making with any MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "undomcp-tool": {
      "command": "npx",
      "args": [
        "-y",
        "LokeyDev0/UndoMCP-Tool"
      ]
    }
  }
}