Skip to content
Zed

Repomix for Zed

io.github.yamadashy/repomix

Pack local or remote codebases into AI-friendly files that LLMs and coding agents can read or search

client:Zed transport:stdio runtime:npm

Install Repomix in Zed

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

{
  "context_servers": {
    "repomix": {
      "command": "npx",
      "args": [
        "-y",
        "repomix"
      ]
    }
  }
}

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

Repomix in other clients