GitLab-MCP-Server
@owayo
About GitLab-MCP-Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"gitlab-mcp-server-owayo": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is GitLab-MCP-Server?
GitLab-MCP-Server is a Model Context Protocol (MCP) server that integrates with GitLab to fetch pipeline failure details, unresolved merge request review comments, and MR changes from a specific project. It provides this data to AI assistants (e.g., Claude) so they can help diagnose issues, address review feedback, and review code changes.
How to use GitLab-MCP-Server?
Install via uv (uv sync), obtain a GitLab API token with read_api scope, and set the environment variables GITLAB_URL, GITLAB_PROJECT_NAME, GITLAB_API_KEY, and GIT_REPO_PATH. Add the server configuration to Claude for Desktop (claude_desktop_config.json) or Cursor (.cursor/mcp.json) using the uv command and main.py script.
Key features of GitLab-MCP-Server
- Fetches console output from failed pipeline jobs.
- Retrieves unresolved, file‑linked MR review comments.
- Obtains MR diff between base commit and local repository state.
- Provides data directly to AI assistants via MCP tools.
Use cases of GitLab-MCP-Server
- AI assistant analyzes pipeline failures and suggests fixes.
- AI assistant reviews unresolved MR comments and helps address them.
- AI assistant reviews MR changes against local working state for code review.
- Integration with coding tools (Claude Desktop, Cursor) for automated assistance.
FAQ from GitLab-MCP-Server
What GitLab API token permissions are required?
A token with the read_api scope is needed.
What tools does GitLab-MCP-Server expose?
Three tools: get_pipeline_failed_jobs(), get_review_comments(), and get_review_changes().
How do I configure GitLab-MCP-Server for Claude for Desktop?
Add an entry in claude_desktop_config.json with uv as the command, the server directory, main.py, and the required environment variables.
What environment variables are required?
GITLAB_URL, GITLAB_PROJECT_NAME, GITLAB_API_KEY, and GIT_REPO_PATH.
Can GitLab-MCP-Server be used with Cursor?
Yes, by adding a configuration in .cursor/mcp.json that passes the environment variables as arguments to the command.
Frequently asked questions
What GitLab API token permissions are required?
A token with the `read_api` scope is needed.
What tools does GitLab-MCP-Server expose?
Three tools: `get_pipeline_failed_jobs()`, `get_review_comments()`, and `get_review_changes()`.
How do I configure GitLab-MCP-Server for Claude for Desktop?
Add an entry in `claude_desktop_config.json` with `uv` as the command, the server directory, `main.py`, and the required environment variables.
What environment variables are required?
`GITLAB_URL`, `GITLAB_PROJECT_NAME`, `GITLAB_API_KEY`, and `GIT_REPO_PATH`.
Can GitLab-MCP-Server be used with Cursor?
Yes, by adding a configuration in `.cursor/mcp.json` that passes the environment variables as arguments to the command.
Basic information
More Version Control MCP servers
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra
🚀 GitLab MR MCP
kopfrechnerInteract seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your code review process with ease.

Github
modelcontextprotocolModel Context Protocol Servers
Linear MCP Server
clinea private MCP server for accessing Linear
GitLab MCP Server
yoda-digitalProduction-grade GitLab MCP server with 86 tools — full GitLab control from any AI agent (Claude, Cursor, Zed).
Comments