Skip to content
Cursor

VibeRevert for Cursor

com.viberevert/viberevert

Local MCP server for AI coding safety: risk checks, sessions, checkpoints, and fix prompts.

client:Cursor transport:stdio runtime:npm

Install VibeRevert in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "viberevert": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "viberevert"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

VibeRevert in other clients