# jesseduffield/lazygit | Model Context Protocol (MCP) Server > simple terminal UI for git commands - **Stars**: ⭐ 81,274 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "lazygit": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-lazygit" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "lazygit": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-lazygit" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-lazygit` - **Docker**: `docker run -i --rm mcp/lazygit`