Skip to main content
Glama

gitlab-mcp-server

list_commits

Retrieve commit history for a GitLab project with options to filter by path, date range, SHA, and pagination. Supports detailed commit stats and first-parent history.

Instructions

Get commit history for a GitLab project

Input Schema

NameRequiredDescriptionDefault
allNo
first_parentNo
pageNo
pathNo
per_pageNo
project_idNo
shaNo
sinceNo
untilNo
with_statsNo

Input Schema (JSON Schema)

{ "properties": { "all": { "type": "boolean" }, "first_parent": { "type": "boolean" }, "page": { "type": "number" }, "path": { "type": "string" }, "per_page": { "type": "number" }, "project_id": { "type": "string" }, "sha": { "type": "string" }, "since": { "type": "string" }, "until": { "type": "string" }, "with_stats": { "type": "boolean" } }, "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/yoda-digital/mcp-gitlab-server'

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