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
A Model Context Protocol (MCP) server that provides basic mathematical and statistical functions to Large Language Models (LLMs). This server enables LLMs to perform accurate numerical calculations through a simple API.
MCP server for Australian Bureau of Statistics