Skip to content
Zed

undo mcp for Zed

net.agentutil/undo-mcp

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

client:Zed transport:stdio runtime:npm

Install undo mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

undo mcp in other clients