loading…
Search for a command to run...
loading…
An MCP server that uses AI to analyze code diffs and transform vague commit messages into readable, conventional commit history. It helps maintain project docum
An MCP server that uses AI to analyze code diffs and transform vague commit messages into readable, conventional commit history. It helps maintain project documentation quality by challenging unclear messages and suggesting improvements based on actual code changes.
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 this to ~/.codex/config.toml:
[mcp_servers.commit-message-court]
command = "node"
args = ['C:\Users\chrisdnm\Desktop\commimWizard\dist\index.js']
Then restart Codex.
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.js
If 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.js
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.
It sees fix stuff and objects.
It sees final_final_real and 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.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"commit-conventional-message-court-ccmcp": {
"command": "npx",
"args": []
}
}
}