undo mcp for VS Code
net.agentutil/undo-mcp
Reversibility intelligence — check if actions can be undone before executing them.
client:VS Code
transport:stdio
runtime:npm
Install undo mcp in VS Code
.vscode/mcp.json
{
"servers": {
"undo-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentutil/undo-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs