mehmetakinn/gitlab-mcp-code-review
If you are the rightful owner of gitlab-mcp-code-review and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server for integrating AI assistants with GitLab's merge requests, enabling AI-driven code reviews.
Tools
Functions exposed to the LLM to take actions
fetch_merge_request
Get complete information about a merge request.
fetch_merge_request_diff
Get diffs for a specific merge request.
fetch_commit_diff
Get diff information for a specific commit.
compare_versions
Compare different branches, tags, or commits.
add_merge_request_comment
Add a comment to a merge request.
approve_merge_request
Approve a merge request.
unapprove_merge_request
Unapprove a merge request.
get_project_merge_requests
Get a list of merge requests for a project.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client