Creates commit messages from staged files in a local git repository.
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
Perform Git operations on Azure DevOps repositories using a Personal Access Token (PAT).
A server for GitHub project management with advanced resource management, capacity planning, and workload optimization capabilities.
Integrate with the GitHub Enterprise API to access repositories, issues, pull requests, and workflows.
Manage GitHub projects with requirements traceability and advanced workflows.
An MCP server for Bitbucket that provides pull request context to LLMs for automated code reviews.
Packs repository contents into a single file for AI consumption.
Integrates with the GitHub API for automation and interaction with repositories.
Integrates with the git-mob CLI to manage Git co-authors.
An improved GitLab MCP server with bug fixes, providing access to GitLab projects, issues, and merge requests.
A server for Perforce (P4) version control operations, wrapping P4 commands for easier and more reliable use.