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
Git Forensics Mcp
An MCP server for deep git repository investigation and analysis. Provides detailed insights into repository history, branch relationships, and development patterns, focusing solely on git repository analysis rather than general GitHub or git operation.
Tailscale Mcp
Macos_gui
MCP for controlling MacOS GUI