Productivity|Development|AI / ML|UtilitiesTypeScript
repomix
Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file.
N/A rating (0 reviews)0 installs23,251 GitHub stars
AIrepositorytool
Repomix is designed for feeding codebases to Large Language Models (LLMs) and other AI tools. It simplifies the process of preparing your repository for AI interactions.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"repomix": {
"args": [
"-y",
"repomix"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.