Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From repomix-mcp
Local Repomix MCP server bundles git repository contents into a single markdown file optimized for LLM context and analysis. Runs via npx subprocess.
npx claudepluginhub yamadashy/repomix --plugin repomix-mcpCopy 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
Share bugs, ideas, or general feedback.