A gitmoji interactive cli tool for using emojis on commits. ๐ป
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"gitmoji-cli": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gitmoji-cli"
]
}
}
}