Skip to main content
Glama

MCP GitLab Server

by Vijay-Duke

gitlab_get_commit_diff

Retrieve the full diff of changes from a specific GitLab commit, showing modified files with added and removed lines, aiding in thorough code review and project management.

Instructions

Get the complete diff of changes introduced by a commit. Returns modified files with full diff content showing added/removed lines. Useful for code review.

Input Schema

NameRequiredDescriptionDefault
commit_shaYesCommit SHA
project_idNoProject ID (integer) or path (string like 'group/project'). Optional - auto-detects from current git repository if not provided

Input Schema (JSON Schema)

{ "properties": { "commit_sha": { "description": "Commit SHA", "type": "string" }, "project_id": { "description": "Project ID (integer) or path (string like 'group/project'). Optional - auto-detects from current git repository if not provided", "type": "string" } }, "required": [ "commit_sha" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Vijay-Duke/mcp-gitlab'

If you have feedback or need assistance with the MCP directory API, please join our Discord server