Sunwood-ai-labs_aira-mcp-server
If you are the rightful owner of Sunwood-ai-labs_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 the 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 want to streamline their git workflow and ensure consistent commit message formatting.
Features
- Conventional commit message generation
- Gitflow workflow support
- Git status checking
- Branch management
Tools
get_status
Retrieves Git status information.
create_commit
Creates and executes a commit for specified files.
init_gitflow
Initializes Gitflow.
create_branch
Creates a new branch.
merge_branch
Merges branches according to Gitflow.
list_branches
Lists all Gitflow branches.