mcp-git-commit-aider
If you are the rightful owner of mcp-git-commit-aider and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The git-commit-aider MCP Server is a TypeScript-based server that facilitates AI-assisted git commits, appending '(aider)' to the committer's name for tracking AI contributions.
The git-commit-aider MCP Server is designed to streamline the process of making git commits on behalf of AI, allowing developers to easily track AI contributions within their codebase. This server is implemented in TypeScript and provides a tool to commit staged changes in a Git repository, automatically appending '(aider)' to the committer's name. It reads committer information from environment variables or git configuration, ensuring seamless integration with existing workflows. This tool is particularly useful for developers who frequently collaborate with AI in their coding projects, as it simplifies the process of attributing changes to AI and calculating AI's contribution to the codebase.
Features
- commit_staged: Commits staged changes with a specified message, appending '(aider)' to the committer's name.
- Environment Variable Support: Reads committer name and email from environment variables or git config.
- AI Contribution Tracking: Facilitates tracking of AI contributions in the codebase.
Tools
commit_staged
Commits staged changes with a specific message, appending '(aider)' to the committer's name.