Skip to content
Windsurf

JS Reverse MCP for Windsurf

io.github.yuanhuakk/js-reverse-mcp

MCP server for JavaScript reverse engineering and browser debugging.

client:Windsurf transport:stdio runtime:npm

Install JS Reverse MCP in Windsurf

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

{
  "mcpServers": {
    "js-reverse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@yuanhuakk/js-reverse-mcp"
      ]
    }
  }
}

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

JS Reverse MCP in other clients