Back to Home
sgaunet icon

gitlab-mcp

Verified Safe

by 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

Run Command
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

Stats

Interest Score30
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars1
Forks0
Last Update2026-01-10

Tags

GitLabMCPGoDeveloper ToolsAPI Integration