Skip to content
Windsurf

PWA Debug Layer for Windsurf

io.github.aryanduntley/pwa-debug-layer

Debug PWAs in your real browser via MCP: service-worker, cache, installability & framework state.

client:Windsurf transport:stdio runtime:npm

Install PWA Debug Layer in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "pwa-debug-layer": {
      "command": "npx",
      "args": [
        "-y",
        "@aryanduntley/pwa-debug"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

PWA Debug Layer in other clients