mcp-server-auto-commit

An mcp server that auto commits changes and creates commit message in the form of conventional commits (https://www.conventionalcommits.org/en/v1.0.0/)

GitHub Stars

12

User Rating

Not Rated

Favorites

0

Views

27

Forks

4

Issues

3

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

1Clone this repository:
bash
git clone https://github.com/jatinsandilya/mcp-server-auto-commit.git
cd mcp-server-auto-commit
2Install dependencies:
bash
pnpm install
3Set up your OpenAI API key using one of these methods:
- Set as an environment variable: OPENAI_API_KEY=your-api-key - Pass as a command line argument: --key your-api-key - Add to a .env file in the project root
4Build the project:
bash
pnpm run build
This will generate the /build/index.js file - your compiled MCP server script.

Additional Resources