Skip to content
Cline

git mcp server for Cline

io.github.ray0907/git-mcp-server

MCP server for GitLab and GitHub

client:Cline transport:stdio runtime:npm

Install git mcp server 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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "git-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@raytien/git-mcp-server"
      ],
      "env": {
        "GIT_PROVIDER": "<GIT_PROVIDER>",
        "GIT_TOKEN": "<GIT_TOKEN>",
        "GIT_API_URL": "<GIT_API_URL>",
        "GIT_READ_ONLY": "<GIT_READ_ONLY>"
      }
    }
  }
}

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

git mcp server in other clients