Skip to main content
Glama

GitLab MCP Server

by Alosies

get_project_commits

List commits in a GitLab project by project ID, with options to filter by branch, date range, author, and pagination settings.

Instructions

List commits in a project

Input Schema

NameRequiredDescriptionDefault
authorNoFilter by author name
per_pageNoNumber of results per page (max 100)
project_idYesProject ID or path
ref_nameNoBranch, tag, or commit SHAmain
sinceNoISO 8601 date format (YYYY-MM-DDTHH:MM:SSZ)
untilNoISO 8601 date format (YYYY-MM-DDTHH:MM:SSZ)

Input Schema (JSON Schema)

{ "properties": { "author": { "description": "Filter by author name", "type": "string" }, "per_page": { "default": 20, "description": "Number of results per page (max 100)", "maximum": 100, "type": "number" }, "project_id": { "description": "Project ID or path", "type": "string" }, "ref_name": { "default": "main", "description": "Branch, tag, or commit SHA", "type": "string" }, "since": { "description": "ISO 8601 date format (YYYY-MM-DDTHH:MM:SSZ)", "type": "string" }, "until": { "description": "ISO 8601 date format (YYYY-MM-DDTHH:MM:SSZ)", "type": "string" } }, "required": [ "project_id" ], "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/Alosies/gitlab-mcp-server'

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