sourcegit (MCP Server)

GitHub

Windows/macOS/Linux GUI client for GIT users

Claude Desktop Configuration

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

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