Skip to content
VS Code

Pagerunner — The Browser Layer That Learns for VS Code

io.github.enreign/pagerunner

Real Chrome profiles with site intelligence — already logged in, PII anonymization, sessions persist

client:VS Code transport:stdio runtime:npm

Install Pagerunner — The Browser Layer That Learns in VS Code

.vscode/mcp.json

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

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

Pagerunner — The Browser Layer That Learns in other clients