BeClaude

git-commit

New
20.6kSmitheryGeneralby github

Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping

First seen 5/22/2026

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "git-commit": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp
View source on GitHub
devopsproductivity

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is git-commit?

Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping

How to install git-commit?

To install git-commit: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "git-commit": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.

What is git-commit best for?

git-commit is a mcp categorized under General. It is designed for: devops, productivity. Created by github.