# wfxr/forgit | Model Context Protocol (MCP) Server > :zzz: A utility tool powered by fzf for using git interactively. - **Stars**: ⭐ 4,984 - **Language**: Shell - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "forgit": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-forgit" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "forgit": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-forgit" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-forgit` - **Docker**: `docker run -i --rm mcp/forgit`