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
Name | Required | Description | Default |
---|---|---|---|
all | No | ||
first_parent | No | ||
page | No | ||
path | No | ||
per_page | No | ||
project_id | No | ||
sha | No | ||
since | No | ||
until | No | ||
with_stats | No |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from gitlab-mcp-server
- create_branch
- create_group_wiki_page
- create_issue
- create_merge_request
- create_or_update_file
- create_project_wiki_page
- create_repository
- delete_group_wiki_page
- delete_project_wiki_page
- edit_group_wiki_page
- edit_project_wiki_page
- fork_repository
- get_file_contents
- get_group_wiki_page
- get_project_events
- get_project_wiki_page
- list_commits
- list_group_members
- list_group_projects
- list_group_wiki_pages
- list_issues
- list_merge_requests
- list_project_members
- list_project_wiki_pages
- push_files
- search_repositories
- upload_group_wiki_attachment
- upload_project_wiki_attachment
Related Tools
- @yoda-digital/mcp-gitlab-server
- @abhishekbhakat/mcp_server_code_assist
- @modelcontextprotocol/git
- @modelcontextprotocol/gitlab
- @PhialsBasement/mcp-github-server-plus