opencommit (MCP Server)

GitHub

top #1 and most feature rich GPT wrapper for git โ€” generate commit messages with an LLM in 1 sec โ€” works with Claude, GPT and every other provider, supports local Ollama models too

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "opencommit": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-opencommit"
      ]
    }
  }
}