Repomix for Cursor
io.github.yamadashy/repomix
Pack local or remote codebases into AI-friendly files that LLMs and coding agents can read or search
client:Cursor
transport:stdio
runtime:npm
Install Repomix in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"repomix": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"repomix"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs