Skip to content
Windsurf

undo mcp for Windsurf

net.agentutil/undo-mcp

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

client:Windsurf transport:stdio runtime:npm

Install undo mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "undo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@agentutil/undo-mcp"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

undo mcp in other clients