A collection of Model Context Protocol (MCP) tools for repository management and analysis.
- Directory Structure: Get a detailed view of your repository's file structure
- Repomix Generation: Pack your repository into a single file for analysis
- Clone the repository
- Install dependencies:
npm install- Build the project:
npm run buildAfter building, run the tool using Node.js:
node ./build/index.js-
Directory Structure
- Gets the directory structure of a repository
- Usage: Use the workspace directory path, not '.'
-
Repomix Generate
- Packs a repository using repomix
- Generates a repomix.txt file in the target directory
- Node.js
- npm
- TypeScript (for development)
This project is licensed under the MIT License - see the LICENSE file for details.