
Commit Message Ai Mcp
- Updated June 15, 2026
- CSOAI-ORG/commit-message-ai-mcp
commit-message-ai-mcp is a MCP server that generates AI-suggested commit messages from change context inside your coding agent.
About
commit-message-ai-mcp is a stdio MCP server from MEOK AI Labs that automates one of the most skipped steps in solo shipping: writing commit messages that actually describe the change. After an agent helps you refactor half the repo, it is tempting to commit with a single word; this server exposes tools your MCP client can call with diff-aware context so messages stay consistent and easier to bisect later. Skillselion places it under Ship → review because it is quality packaging of your work for git, not feature implementation. Install PyPI identifier commit-message-ai-mcp at version 1.0.4, wire it in Claude Code or Cursor, and invoke it right before git commit. It complements code-reviewer-ai-mcp in a small MEOK stack: review the code, then mint a message that matches what you fixed.
- commit-message-ai-mcp v1.0.4 PyPI package with stdio MCP
- Turns diff context into commit message suggestions inside the agent
- Helps solo builders keep conventional, searchable git history
- MEOK AI Labs / CSOAI-ORG maintained GitHub source
- Reduces vague commits like 'fix stuff' after long agent pairing sessions
Commit Message Ai Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add commit-message-ai-mcp -- uvx commit-message-ai-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | commit-message-ai-mcp |
|---|---|
| Transport | STDIO |
| Auth | None |
| Last updated | June 15, 2026 |
| Repository | CSOAI-ORG/commit-message-ai-mcp ↗ |
What it does
Generate clear, consistent commit messages from your staged changes via MCP so agent-assisted git history stays readable.
Who is it for?
Best when you commit frequently from Claude Code or Cursor and want conventional messages without maintaining custom prompts.
Skip if: Skip if you have enforced commitlint hooks that require human-authored legal or compliance wording on every commit.
What you get
You commit with MCP-generated messages that reflect the diff so git history stays legible without a separate commit-message chat ritual.
- MCP tools that output commit message candidates
- Cleaner git history suitable for solo debugging and release notes
- Less friction between agent coding sessions and git commit
By the numbers
- Version 1.0.4 in server manifest
- PyPI registry type with identifier commit-message-ai-mcp
- Repository URL github.com/CSOAI-ORG/commit-message-ai-mcp
README.md
Commit Message Ai MCP
Commit Message MCP — automation tooling for commit message
Commit Message MCP — automation tooling for commit message. MIT.
🚀 Quick Start
# Install via pip
pip install commit_message_ai_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install commit-message-ai-mcp --client claude
✨ Features
- MCP protocol compliant
- Easy installation
- Well-documented API
- Production-ready
- Active maintenance
📖 Documentation
🛡️ Compliance
This MCP server is built with EU AI Act compliance built-in:
- ✅ Article 9 — Risk Management System
- ✅ Article 13 — Transparency & Instructions for Use
- ✅ Article 15 — Bias Detection & Testing
- ✅ Article 26 — FRIA Support (where applicable)
- ✅ Article 50 — AI Content Watermarking (where applicable)
Need help getting compliant? Book a free 15-min diagnostic →
🏢 Enterprise
Need custom development, SLA guarantees, or white-label deployment?
- Pro: $99/mo — Full MCP suite + EU AI Act tracking
- Enterprise: $499/mo — Custom dev + SLA + Dedicated support
View Pricing → | Contact Sales →
🤝 Part of the MEOK Ecosystem
This server is part of the MEOK AI Labs ecosystem — 300+ MCP servers for sovereign AI governance.
| Domain | Purpose |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| meok.ai | Sovereign AI platform |
| cobolbridge.ai | Legacy modernization |
📜 License
MIT © CSOAI-ORG
Built with 💜 by MEOK AI Labs · UK Companies House 16939677
MIT © [MEOK AI Labs](https://meok.ai)Pairs with MEOK Governance Suite
Build something that touches users? You need compliance. MEOK ships 38 governance MCPs that drop in alongside this tool — EU AI Act, DORA, NIS2, CRA, GDPR, ISO 42001, FDA SaMD, MDR, Basel, MiFID II, MiCA, COPPA, and more.
# One-shot install of the governance pack
npx meok-setup --pack governance
Free tier: 10 calls/day per MCP. Pro tier (£79/mo): unlimited + cryptographically signed compliance attestations your auditor verifies independently.
→ Full catalogue: councilof.ai/catalogue → MEOK AI Labs: meok.ai
💸 Try MEOK in 30 seconds — instant buy ladder
| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | £1 | Signed sample MCP-Hardening report + Article 50 PDF | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Quick Kit | £9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Founder Call | £29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
Refundable. UK Stripe — VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.
Configuration
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"commit-message-ai-mcp": {
"command": "uvx",
"args": ["commit-message-ai-mcp"]
}
}
}
Or: pip install commit-message-ai-mcp then run the commit-message-ai-mcp command (stdio transport).
Examples
Once configured, ask your assistant, for example:
- "Use
generate_commit_messageto …" - "Use
analyze_diffto …" - "Use
suggest_typeto …"
Recommended MCP Servers
How it compares
MCP git hygiene tool, not a full changelog generator or release-notes skill.
FAQ
Who is commit-message-ai-mcp for?
Developers shipping alone with AI agents who want commit message tooling integrated via MCP instead of copy-paste from a side conversation.
When should I use commit-message-ai-mcp?
Use it at the end of a Ship review step, immediately before git commit, when you have staged changes and want a message that matches the diff.
How do I add commit-message-ai-mcp to my agent?
Install commit-message-ai-mcp 1.0.4 from PyPI, register the stdio MCP server in your agent config, restart, and call the commit message tool with your staged diff or summary.