git-commit-aiderServer

MrOrz
GitHub
GitAI IntegrationVersion Control

Loading subscription status...

๐Ÿ’ก Description

This MCP server allows committing staged changes to a Git repository with AI attribution by automatically appending '(aider)' to the committer's name, enabling tracking of AI contributions in codebases. It is a TypeScript-based tool designed to facilitate Git operations.

๐Ÿ“ JSON Entries

{
  "mcpServers": [
    {
      "git-commit-aider": {
        "args": [
          "/path/to/git-commit-aider/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

๐Ÿ› ๏ธ Tools

commit_staged

โšก Features

  • Automatically appends '(aider)' to committer's name
  • Uses environment variables for committer's name and email
  • Single tool for committing staged changes

๐Ÿ’ฌ Example Queries

  • Please commit the changes for me
  • Create a commit with the message 'Fixed bug in feature X'