We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yamadashy/repomix'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
This release introduces Docker support, making Repomix more accessible and easier to use in containerized environments. It also includes an important breaking change regarding Node.js version support.
## What's New
### Docker Support 🐳 (#221, #222)
- Added official Docker support for running Repomix.
You can now run Repomix using Docker:
```bash
docker run -v .:/app -it --rm ghcr.io/yamadashy/repomix
```
For more detailed Docker usage instructions and examples, please see our [Docker documentation](https://github.com/yamadashy/repomix?tab=readme-ov-file#docker-usage).
Thanks to @gaby for this valuable contribution that makes Repomix more accessible to containerized environments.
## Maintenance
### Node.js Version Support (#225)
- Dropped support for Node.js 16.x as it has reached End of Life.
- **Required Action**: Please upgrade to Node.js 18.x or later
Thanks to @chenrui333 for helping maintain our Node.js compatibility:
## How to Update
To update to the latest version, run:
```bash
npm update -g repomix
```
----
As always, we appreciate your feedback and contributions to make Repomix even better! If you encounter any issues or have suggestions, please share them through our GitHub issues.