Sunwood-ai-labs_aira-mcp-server

Sunwood-ai-labs_aira-mcp-server

3.1

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

  1. get_status

    Retrieves Git status information.

  2. create_commit

    Creates and executes a commit for specified files.

  3. init_gitflow

    Initializes Gitflow.

  4. create_branch

    Creates a new branch.

  5. merge_branch

    Merges branches according to Gitflow.

  6. list_branches

    Lists all Gitflow branches.