Skip to content
VS Code

Repomix for VS Code

io.github.yamadashy/repomix

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

client:VS Code transport:stdio runtime:npm

Install Repomix in VS Code

.vscode/mcp.json

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

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

Repomix in other clients