🌈 Iris MCP Server
📝 Overview
Iris MCP Server is a Model Context Protocol server for automatic generation of tag-based release notes for Git repositories. It parses diffs between tags and generates structured release notes in the .iris
directory.
✨ Features
- 🏷️ Automatically detect differences between tags
- 📊 Customizable release note templates
- 🗂️ New features, improvements, bug fixes, etc.
- 📄 Markdown format output
- 📁 Auto-save to
.iris
folder
🚀 Installation
💡 How to use
Generate release notes
📄 Output example
🛠️ Development
Build
Development Mode
🤝 Contributions
Pull requests and issues are welcome! You can contribute by following these steps:
- Fork this repository
- Create a new branch (
git checkout -b feature/amazing-feature
) - Commit the changes (
git commit -m '✨ Add amazing feature'
) - Push the branch (
git push origin feature/amazing-feature
) - Create a pull request
📜 License
MIT
👥 Author
- Author: [Your Name]
- Email: [ [email protected] ]
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
A Model Context Protocol server that automatically generates structured release notes from Git repository tags, analyzing differences between tags and saving formatted Markdown output to the .iris directory.
- 📝 Overview
- ✨ Features
- 🚀 Installation
- 💡 How to use
- 📄 Output example
- 🛠️ Development
- 🤝 Contributions
- 📜 License
- 👥 Author
Related Resources
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server for Git repository interaction and automation. This server provides tools to read, search, and manipulate Git repositories via Large Language Models.Last updated -1261,341TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables Large Language Models to interact with Git repositories through a robust API, supporting operations like repository initialization, cloning, file staging, committing, and branch management.Last updated -211,28597TypeScriptApache 2.0
- -securityAlicense-qualityA Model Context Protocol server that generates prompts based on Git repository content, including a command to generate PR descriptions from diffs.Last updated -1PythonMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables LLMs to interact with Git repositories, providing tools to read, search, and manipulate Git repositories through commands like status, diff, commit, and branch management.Last updated -12PythonMIT License