MCP Server to Generate commit or free !!
This implementation provides a Git changes analyzer that generates commit messages and commits all for free.
Features
- Analyzes git changes in your repository (both staged and unstaged)
- Stage and commit the changes to github
Project Structure
git-committer-mcp-server/
├── index.ts
├── package.json
├── tsconfig.json
└── build/
Prerequisites
- Node.js installed
- Git repository to analyze
- pnpm package manager
Getting Started
- Clone this repository:
git clone https://github.com/BirajMainali/git-committer-mcp-server.git
cd git-committer-mcp-server
- Install dependencies:
pnpm install
- Build the project:
pnpm run build
This will generate the /build/index.js file - your compiled MCP server script.
Using with Cursor
- Go to Cursor Settings -> MCP -> Add new MCP server
- Configure your MCP:
- Name: git-committer-mcp-server
- Type: command
- Command: `node CLONED_FULL_PATH/build/index.js
Using with Claude Desktop
Add the following MCP config to your Claude Desktop configuration:
{
"mcpServers": {
"git-commit-generator": {
"command": "node",
"args": [
"C:\\\\MCP\\\\git-commit-generator-mcp\\\\build\\\\index.js"
],
"env": {
"REPOSITORY_PATH": "C:\\\\MCP\\\\portainer-ce-mcp"
}
}
}
}
Contributing
Feel free to submit issues and enhancement requests!
License
MIT
Transport:
stdio
Language: 
Created: 4/17/2025
Updated: 4/17/2025
Recommend MCP Servers 💡
edgarrmondragon/limesurvey-mcp
edgarrmondragon
An MCP server for managing LimeSurvey surveys and responses.
2025-04-26
Jira communication server
KS-GEN-AI
A test of jira mcp server
2025-07-23
mcp-access-point
sxhxliang
Turn a web server into an MCP server in one click without making any code changes.
2025-04-06
streamable
helebest/my-mcp-lab
helebest
A lab project for setting up an SSE-based Model Context Protocol (MCP) server.
2025-04-26
sse
ph0ryn/Discord-webhook-MCP
ph0ryn
A MCP server that enables sending messages to Discord via webhook using the Model Context Protocol.
2025-04-23
alvnavraii/MCPGithub
alvnavraii
A MCP server integrating with GitHub API for repository, branch, and pull request management.
2025-04-27