gitlab-mcp
Verified Safeby sgaunet
Overview
Provides GitLab integration tools as a Model Context Protocol (MCP) server for Claude Code, enabling AI to manage issues, labels, epics, and project metadata.
Installation
go run .Environment Variables
- GITLAB_TOKEN
- GITLAB_URI
- GITLAB_VALIDATE_LABELS
Security Notes
The server uses `GITLAB_TOKEN` from environment variables, which is good practice. Communication occurs over standard input/output (stdio), significantly reducing external network attack surfaces. No `eval` or obvious malicious patterns were found. Label validation can be disabled via `GITLAB_VALIDATE_LABELS=false`, which is a documented user-configurable option and not a vulnerability.
Similar Servers
claude-code-subagents-collection
The repository serves as a comprehensive marketplace and registry for Claude Code, offering a wide array of specialized AI agents, commands, hooks, and a catalog of external Model Context Protocol (MCP) servers to enhance development workflows.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
mcp-server-gitlab
A GitLab integration server built on the fastmcp framework, providing various GitLab RESTful API tools for interacting with GitLab instances, supporting AI agents and platforms like Claude and Smithery.
mcp-devtools-server
This MCP server standardizes development tool patterns and provides AI-powered integrations to enable Claude Code to generate code more efficiently, reduce errors, and improve autocorrection for various programming languages and workflows.