Skip to content
Cline

Git for Cline

io.github.modelcontextprotocol/git

Reference server for reading, searching and manipulating local Git repositories: status, diffs, log, commits, branches and checkouts.

client:Cline transport:stdio runtime:pypi tools:12

Install Git in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "git": {
      "command": "uvx",
      "args": [
        "mcp-server-git"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

What Cline can do once it is connected

Git in other clients