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
Linear MCP Server
jerhadfA server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
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 Mcp Server
jmrplensOpen source GitLab MCP server for AI assistants: 2-tool dynamic find/execute over 860+ GitLab actions (1,000+ Enterprise), stdio/HTTP/OAuth, safe/read-only modes.
Bitbucket Server MCP
garc33Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
Comments