Skip to content
VS Code

lan direct for VS Code

io.github.farshadmomo/lan-direct

Browser MCP: the app under test egresses via the real ISP while the agent stays on the VPN.

client:VS Code transport:stdio runtime:npm

Install lan direct in VS Code

.vscode/mcp.json

{
  "servers": {
    "lan-direct": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "lan-direct"
      ]
    }
  }
}

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

lan direct in other clients