Repomix

Repomix

Local
@yamadashy28kTypeScriptMITUpdated Today

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmrepomixv1.18.1

Run

npx -y repomix

MCP client config

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