Skip to main content
Glama

GitLab MCP Code Review

by ffpy

get_project_merge_requests

Retrieve merge requests from a GitLab project to review code changes, filter by state, and analyze pending or completed merges for code review workflows.

Instructions

Get all merge requests for a project. Args: project_id: The GitLab project ID or URL-encoded path state: Filter merge requests by state (all, opened, closed, merged, or locked) limit: Maximum number of merge requests to return Returns: List of merge request objects

Input Schema

NameRequiredDescriptionDefault
project_idYes
stateNoall
limitNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "title": "Limit", "type": "integer" }, "project_id": { "title": "Project Id", "type": "string" }, "state": { "default": "all", "title": "State", "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/ffpy/gitlab-mcp-code-review'

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