# orhun/git-cliff | Model Context Protocol (MCP) Server > A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️ - **Stars**: ⭐ 11,820 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "git-cliff": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-git-cliff" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "git-cliff": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-git-cliff" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-git-cliff` - **Docker**: `docker run -i --rm mcp/git-cliff`