MCP Server to Auto commit changes 🛠️
@jatinsandilya
MCP Server to Auto commit changes 🛠️ について
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/)
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Server to Auto commit changes 🛠️?
This server analyzes both staged and unstaged git changes in a repository and generates conventional commit messages using OpenAI's GPT-4o-mini model. It is built with the Model Context Protocol SDK and is designed for developers using AI assistants such as Claude Desktop or Cursor.
How to use MCP Server to Auto commit changes 🛠️?
Install dependencies with pnpm, set the OpenAI API key (via environment variable, command line argument, or .env file), and build the project with pnpm run build. Then configure an MCP client (e.g., Cursor or Claude Desktop) to run node ABSOLUTE_PATH_TO_MCP_SERVER/build/index.js --key your-api-key and invoke the git-changes-commit-message tool with an optional autoCommitPath parameter.
Key features of MCP Server to Auto commit changes 🛠️
- Analyzes both staged and unstaged git changes
- Generates conventional commit messages using GPT-4o-mini
- Provides summaries of modified, added, and deleted files
- Shows detailed changes up to 10 lines per file
- Adds an auto-commit signature to each commit
- Built with the official Model Context Protocol SDK
Use cases of MCP Server to Auto commit changes 🛠️
- Automating commit message generation from git diffs
- Integrating with Claude Desktop for AI-assisted commits
- Using Cursor's MCP support to auto-commit changes
- Standardizing commit messages with conventional commits format
FAQ from MCP Server to Auto commit changes 🛠️
What dependencies are required?
Node.js, pnpm, an OpenAI API key, and a Git repository.
How do I pass the OpenAI API key?
You can set it as an environment variable (OPENAI_API_KEY), pass it as a command line argument (--key your-api-key), or add it to a .env file in the project root.
What model is used for generating commit messages?
The server uses OpenAI's GPT-4o-mini model.
What transport or authentication does the server use?
The server uses the Model Context Protocol's standard command/stdio transport. Authentication is handled via the OpenAI API key.
Can I specify a custom path for analysis?
Yes, the git-changes-commit-message tool accepts an optional autoCommitPath parameter to analyze a specific directory or file; otherwise it uses the current working directory.
「バージョン管理」の他のコンテンツ
MCP GitHub Project Manager
kunwarViveka mcp server to manage github project's functionality
MCP Linear
tacticlaunchMCP server that enables AI assistants to interact with Linear project management system through natural language, allowing users to retrieve, create, and update issues, projects, and teams.
MCP Atlassian Server (by phuc-nt)
phuc-ntMCP server connecting AI assistants with Jira & Confluence for smart project management.
Atlassian Bitbucket MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra
コメント