Odel
commit-check MCP

commit-check MCP

Local
@commit-check1PythonMITUpdated Today

Validate commit messages, branch names, author info, push safety, and repo state.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIcommit-check-mcpv0.1.10

Run

uvx commit-check-mcp

MCP client config

{
  "mcpServers": {
    "commit-check-mcp": {
      "command": "uvx",
      "args": [
        "commit-check-mcp"
      ]
    }
  }
}