Skip to content
VS Code

lurk for VS Code

io.github.progenyalpha/lurk

Reddit reader for LLMs — full comment trees, 94% fewer tokens, one binary

client:VS Code transport:stdio runtime:npm

Install lurk in VS Code

.vscode/mcp.json

{
  "servers": {
    "lurk": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "reddit-lurker"
      ]
    }
  }
}

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

lurk in other clients