Skip to content
Zed

lurk for Zed

io.github.progenyalpha/lurk

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

client:Zed transport:stdio runtime:npm

Install lurk in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "lurk": {
      "command": "npx",
      "args": [
        "-y",
        "reddit-lurker"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

lurk in other clients