Commit Conventional Message Court (CCMCP)
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Commit Conventional Message Court (CCMCP)Rewrite my lazy commit message 'updates' based on the current diff."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Commit Conventional Message Court MCP
Please write better commits with AI.
Give this repo to your AI and ask it to install the MCP for you.
Seriously. That is a valid setup flow.
I take your vague commit messages, drag them into court, point at the diff, and ask the question your teammates are too tired to ask:
"What exactly did you do?"
Add to Codex
Add this to ~/.codex/config.toml:
[mcp_servers.commit-message-court]
command = "node"
args = ['C:\Users\chrisdnm\Desktop\commimWizard\dist\index.js']Then restart Codex.
Related MCP server: Cursor Auto-Review MCP Server
Add to Claude Code
On Windows, add it as a local stdio server with:
claude mcp add --transport stdio commit-message-court -- node C:\Users\chrisdnm\Desktop\commimWizard\dist\index.jsIf you want it available everywhere, add --scope user.
claude mcp add --transport stdio --scope user commit-message-court -- node C:\Users\chrisdnm\Desktop\commimWizard\dist\index.jsAdd to Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"commit-message-court": {
"type": "stdio",
"command": "node",
"args": ["where code is"],
"env": {}
}
}
}Then restart Claude Desktop.
What This Thing Does
It sees
fix stuffand objects.It sees
final_final_realand requests counsel.It sees a risky diff and asks for evidence.
It sees your commit history and tries, against all odds, to make it readable.
License
WTFPL -- Do What The Fuck You Want To Public License.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceAn intelligent MCP server that automatically generates Conventional Commits style commit messages by analyzing git diffs using LLM providers like DeepSeek and Groq. It enables developers to maintain standardized version history through natural language interactions in supported MCP clients.Last updated12MIT
- Flicense-qualityDmaintenanceAn MCP server that automates code reviews through linting, testing, and git diff analysis. It also generates conventional commit messages and detailed pull request descriptions based on file changes and code patterns.Last updated
- AlicenseAqualityAmaintenanceCommit Message AI - MCP server providing AI-powered tools and automation by MEOK AI LabsLast updated417MIT
- AlicenseAqualityDmaintenanceMCP server to automate Pull Request creation with AI. Analyzes Git branches, generates descriptions, titles, suggests reviewers, and performs code reviews.Last updated84MIT
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
An MCP server that integrates with Discord to provide AI-powered features.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jiseong-choi/CCMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server