aira-mcp-server
If you are the rightful owner of aira-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Aira MCP Server is a TypeScript-based Model Context Protocol server designed to create commit messages from git staged files.
The Aira MCP Server is a TypeScript-based server that implements a simple notes system to demonstrate core Model Context Protocol (MCP) concepts. It is specifically designed to facilitate the creation of commit messages from git staged files using a conventional commit format. The server provides essential git operations such as retrieving git status information, initializing and managing Gitflow, and performing branch operations like creating, merging, and listing branches. This server is particularly useful for developers who follow the Gitflow workflow and require automated commit message generation.
Features
- Conventional commit message generation
- Gitflow workflow support
- Git status checking
- Branch management