Skip to content
VS Code

RECOVER — Decide Safely After a Failed Machine Action for VS Code

io.github.gsterlingpress/recover

Choose the safest next action after an API, MCP, or agent failure before retrying.

client:VS Code transport:streamable-http tools:1

Install RECOVER — Decide Safely After a Failed Machine Action in VS Code

.vscode/mcp.json

{
  "servers": {
    "recover": {
      "type": "http",
      "url": "https://recover-api-production-bbba.up.railway.app/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

RECOVER — Decide Safely After a Failed Machine Action in other clients