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:
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"]
}
}
}
Retrieves Git status information.
Creates and executes a commit for specified files.
Initializes Gitflow.
Creates a new branch.
Merges branches according to Gitflow.
Lists all Gitflow branches.
MIT License
{
"mcpServers": {
"aira": {
"env": {},
"args": [
"path/to/aira-mcp-server/build/index.js"
],
"command": "node"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.