remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
🌈 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
Copy
💡 How to use
Generate release notes
Copy
📄 Output example
Copy
🛠️ Development
Build
Copy
Development Mode
Copy
🤝 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: [ your.email@example.com ]
You must be authenticated.
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.