aira-mcp-server
About
A Model Context Protocol server for creating commit messages from git staged files.
Details
- Author
- Sunwood-ai-labs
- Repository
- Sunwood-ai-labs/aira-mcp-server
- GitHub stars
- 1
- Downloads
- 259
- License
- MIT License
- Categories
- Developer Tools, Other, AI
Jump to
- π Conventional commit message generation
- π³ Gitflow workflow support
- π Git status checking
- π Branch management
Setting up with Highlight
Follow these steps to add this server as a custom Highlight plugin:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
aira-mcp-serverCommand (node, npx, python, etc.)nodeArguments-
Argument 1
path/to/aira-mcp-server/build/index.js
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
npm install
npm run build
Configure the MCP server in your settings:
{
"mcpServers": {
"aira": {
"command": "node",
"args": ["path/to/aira-mcp-server/build/index.js"]
}
}
}
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"aira-mcp-server": {
"env": {},
"args": [
"path/to/aira-mcp-server/build/index.js"
],
"shell": false,
"command": "node"
}
}
}
Linux
{
"env": [],
"args": [
"path/to/aira-mcp-server/build/index.js"
],
"shell": false,
"command": "node"
}
Macos
{
"env": [],
"args": [
"path/to/aira-mcp-server/build/index.js"
],
"shell": false,
"command": "node"
}
Windows
{
"env": [],
"args": [
"path/to/aira-mcp-server/build/index.js"
],
"shell": false,
"command": "node"
}
<div align="center">
# aira-mcp-server MCP Server
<a href="README.md"></a>
<a href="README.ja.md"></a>
</div>
A Model Context Protocol server for creating commit messages from git staged files
This is a TypeScript-based MCP server that implements a simple notes system. It demonstrates core MCP concepts by providing:
- Git status information retrieval
- Commit message creation with conventional commit format
- Gitflow initialization and management
- Branch operations (create, merge, list)
<a href="https://glama.ai/mcp/servers/dwd1o4okcw"></a>
π Features
- π Conventional commit message generation
- π³ Gitflow workflow support
- π Git status checking
- π Branch management
π οΈ Installation
npm install
npm run build
π Usage
Configure the MCP server in your settings:
{
"mcpServers": {
"aira": {
"command": "node",
"args": ["path/to/aira-mcp-server/build/index.js"]
}
}
}
π§ Available 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.π License
MIT License
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





