Skip to content
Grok

Repomix for Grok

io.github.yamadashy/repomix

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

client:Grok transport:stdio runtime:npm

Install Repomix in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Repomix in other clients