Stats
Actions
Tags
From repomix-mcp
Local RepoMix MCP server for mixing multiple Git repositories into unified archives or views for codebase analysis and review. Runs as subprocess, no API keys required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"repomix": {
"command": "npx",
"args": [
"-y",
"repomix@latest",
"--mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub yamadashy/repomix --plugin repomix-mcp