Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Commit Message Court

FreeNot checked

MCP server that reviews git commit messages and diffs, flags vague descriptions or risky changes, and requests clarification before commit.

GitHubEmbed

About

MCP server that reviews git commit messages and diffs, flags vague descriptions or risky changes, and requests clarification before commit.

README

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.

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.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 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 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.

License

  • WTFPL -- Do What The Fuck You Want To Public License.

from github.com/jiseong-choi/ccmcp

Installing Commit Message Court

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/jiseong-choi/ccmcp

FAQ

Is Commit Message Court MCP free?

Yes, Commit Message Court MCP is free — one-click install via Unyly at no cost.

Does Commit Message Court need an API key?

No, Commit Message Court runs without API keys or environment variables.

Is Commit Message Court hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Commit Message Court in Claude Desktop, Claude Code or Cursor?

Open Commit Message Court on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Commit Message Court with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All communication MCPs