Skip to main content
Glama
lininn

GitLab Review MCP

by lininn

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TIMEOUTNoRequest timeout in milliseconds30000
API_TOKENYesYour GitHub or GitLab API token
MAX_RETRIESNoMaximum number of retry attempts3
API_BASE_URLYesThe base URL for the API (e.g., https://api.github.com for GitHub or https://gitlab.com/api/v4 for GitLab)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
fetch_pull_request

Fetch pull request details from GitHub/GitLab

fetch_code_diff

Fetch code diff for a pull request or commit

add_review_comment

Add a review comment to a pull request

analyze_code_quality

Analyze code quality and provide suggestions with detailed metrics

get_supported_languages

Get list of supported programming languages for code analysis

get_language_rules

Get available analysis rules for a specific language

get_repository_info

Get repository information

analyze_files_batch

Analyze multiple files for code quality issues

get_pull_request_files

Get list of files changed in a pull request or merge request

get_merge_request_changes

Get merge request changes (GitLab compatibility alias)

get_server_config

Get current server configuration

get_merge_request

Get information about a specific GitLab merge request

create_merge_request

Create a new GitLab merge request from a source branch

get_current_branch

Get current Git branch and repository information

get_project_info

Get current GitLab project information from Git remotes

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/lininn/gitlab-review-mcp'

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