Labsco
MCP SERVER

Git Commit Aider

by MrOrz

Commit the staged changes in a chosen repository with "(aider)" appended to the committer name.

Git Hosting & Code ReviewVerified
Summary
Commits made through an assistant stay separable from the ones you made by hand.

Only staged content is committed, so staging remains the deliberate step and an assistant cannot sweep unrelated work into the same commit. The suffix lands on the committer name, which keeps the message text clean while still recording where the commit came from. Nothing else is on offer here — staging, branching and pushing stay with whatever you already use.

What it is

A single-purpose git commit tool that marks the committer name so AI-made commits stay identifiable.

What you get
  • A commit of what is already staged, with the message you supply, in the repository given by cwd.
  • "(aider)" appended to the committer name, which leaves the mark in the commit metadata rather than in the subject line.
Requirements

A git repository with the intended changes already staged, and its path passed as cwd.

Setup effort

One command — npx mcp-git-commit-aider