A simple MCP server that makes git commits on behave of AI, so that you can track AI contribution in your codebase
Overview
what is git-commit-aider?
git-commit-aider is a TypeScript-based MCP server that automates git commits on behalf of AI, allowing you to track AI contributions in your codebase.
how to use git-commit-aider?
To use git-commit-aider, install it in your code editor and configure it in your MCP settings file. You can then prompt the AI to commit changes by saying something like: > Commit the changes for me.
key features of git-commit-aider?
- Automates git commits with AI-generated messages.
- Appends "(aider)" to the committer's name for easy tracking.
- Reads committer information from environment variables or git config.
use cases of git-commit-aider?
- Tracking AI contributions in collaborative coding environments.
- Automating commit messages based on AI context understanding.
- Enhancing version control practices in AI-assisted development.
FAQ from git-commit-aider?
- How does git-commit-aider determine the committer's name?
It retrieves the name from environment variables or falls back to git config settings.
- Can I customize the commit message?
Yes, you can specify a custom message when prompting the AI.
- Is git-commit-aider compatible with all Git repositories?
Yes, as long as the repository follows standard Git conventions.