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 official Claude Code plugins and enhanced directory visibility, making Repomix more powerful for AI-powered development workflows and project exploration!
## What's New π
### Repomix Claude Code Plugins (#893)
Added official Repomix plugins for Claude Code, enabling seamless AI-powered codebase analysis directly within your Claude Code environment!
**Two complementary plugins:**
- **repomix-mcp**: MCP server integration providing tools for packing, searching, and reading codebases
- **repomix-commands**: Natural language slash commands (`/pack-local`, `/pack-remote`) for quick operations
Learn more in the [Claude Code Plugins documentation](https://repomix.com/guide/claude-code-plugins).
### Full Directory Structure Display (#896)
Added the `--include-full-directory-structure` option to display the complete repository directory tree when using `--include` patterns!
```bash
repomix --include "cli/**/*.go" --include-full-directory-structure
```
This shows the full project structure while maintaining focused file selection, providing better context for AI analysis.
Special thanks to @slavakurilyak for their contribution! π
### Dart Language Support for Tree-sitter Compression (#889)
Added Dart language support to tree-sitter compression, enabling ~50% token reduction for Dart and Flutter projects!
## Bug Fixes π
- Fixed Claude Code plugin marketplace schema validation (#898, #900, #901)
Special thanks to @ramarivera for their contribution! π
## How to Update
```bash
npm update -g repomix
```
---
As always, if you have any issues or suggestions, please let us know on GitHub issues or our [Discord community](https://discord.gg/wNYzTwZFku).