git-commit-aider MCP Server
git-commit-aider MCP 서버
AI를 대신하여 git 커밋을 수행하면 코드베이스에서 AI 기여도를 추적할 수 있습니다.
이것은 Git 저장소에 단계적 변경 사항을 커밋하고 커미터 이름에 "(aider)"를 추가하는 도구를 제공하는 TypeScript 기반 MCP 서버입니다.
특징
이 MCP 서버는 단 하나의 도구만 제공합니다.
commit_staged - 특정 메시지로 준비된 변경 사항을 커밋합니다.
커밋 메시지로
message(문자열, 필수)를 사용합니다.git 명령의 작업 디렉토리를 지정하려면
cwd(문자열, 선택 사항)를 사용합니다.커미터 이름에 자동으로 "(aider)"를 추가합니다.
GIT_COMMITTER_NAME,GIT_COMMITTER_EMAIL설정되어 있으면 환경 변수에서 커미터 이름과 이메일을 읽고, 그렇지 않으면git config user.name및git config user.email로 돌아갑니다.
코드 편집기에 이 도구를 설치하면 다음과 같이 AI에 지시할 수 있습니다.
나를 위해 변경 사항을 커밋해 주세요
이는 일반적으로 AI가 코드베이스에 몇 가지 변경을 한 후에 발생하므로 AI가 컨텍스트에서 적절한 커밋 메시지를 제공할 수 있는 경우가 많습니다.
"(aider)"가 포함된 커밋은 aider --stats 명령으로 검색할 수 있으며, 이 명령을 사용하면 코드베이스에서 AI의 기여도를 확인할 수 있습니다.
Related MCP server: Git Polite
설치
이 서버를 사용하려면 해당 구성을 MCP 설정 파일에 추가하세요.
지엑스피1
커미터 정보는 다음에서 검색됩니다.
GIT_COMMITTER_NAME및GIT_COMMITTER_EMAIL환경 변수는 git 규칙을 따릅니다.git config user.name및git config user.email명령의 출력.
개발
종속성 설치:
npm install서버를 빌드하세요:
npm run build자동 재빌드를 사용한 개발의 경우:
npm run watch샘플 MCP 구성:
{
"mcpServers": {
"git-commit-aider": {
"command": "node",
"args": [
"/path/to/git-commit-aider/build/index.js"
]
}
}
}( /path/to/git-commit-aider 이 서버 디렉토리의 실제 경로로 바꾸세요.)
디버깅
MCP 서버는 stdio를 통해 통신하므로 디버깅이 어려울 수 있습니다. 패키지 스크립트로 제공되는 MCP Inspector를 사용하는 것이 좋습니다.
npm run inspector검사기는 브라우저에서 디버깅 도구에 액세스할 수 있는 URL을 제공합니다.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Flicense-quality-maintenanceEnables AI assistants to interact with local Git repositories for operations like status, commits, branching, and diffs, plus GitHub API integration for managing pull requests when authenticated.
- AlicenseAqualityCmaintenanceEnables AI agents to intelligently organize Git changes into clean, focused commits with autopilot mode or surgical line-by-line staging precision. Supports partial staging of untracked files and handles large diffs with smart truncation.51MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to create conventional Git commits, update changelogs, and optionally push changes to remote repositories.22MIT
- FlicenseBqualityDmaintenanceEnables AI-powered code editing and development tasks through natural language conversations with Claude, using Aider's capabilities for improving code, adding features, fixing bugs, refactoring, and checking status.51
Related MCP Connectors
Edit your Overleaf LaTeX projects from Claude and ChatGPT; every change is a real Git commit.
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Git-backed platform for skills, tools, and context for AI agents
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MrOrz/mcp-git-commit-aider'
If you have feedback or need assistance with the MCP directory API, please join our Discord server