Labsco
MCP SERVER

Aira MCP Server

by Sunwood-ai-labs

Write a conventional commit message from what is staged, and keep Gitflow branches straight.

Git Hosting & Code Review
Summary
Six tools around one habit: commit properly, branch properly.

There is nothing here beyond the commit and Gitflow loop, which is the point — it reads what is staged and writes the message in conventional-commit form rather than asking you to. Everything else about git stays where it was.

What it is

A small TypeScript server for the commit step: it reads git status, commits selected files with a conventional-commit message, and handles the Gitflow branch operations around that.

What you get
  • get_status — the current git status
  • create_commit — create and run a commit for the files you name
  • init_gitflow — initialise Gitflow in the repository
  • create_branch — create a new branch
  • merge_branch — merge according to Gitflow
  • list_branches — all Gitflow branches
Requirements

Node — npm install and npm run build, then point the client at the built build/index.js. No credentials; it works against the repository you run it in.

Setup effort

Build from source — clone the repository and build it, then point your client at the binary