Skip to content
VS Code

Sundr Repair Advisor for VS Code

io.github.keithwyatt/sundr-mcp

Repair or replace? Get device repair costs, local shops, trade-in values.

client:VS Code transport:stdio runtime:npm

Install Sundr Repair Advisor in VS Code

.vscode/mcp.json

{
  "servers": {
    "sundr-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sundr-mcp"
      ]
    }
  }
}

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

Sundr Repair Advisor in other clients