Back to Home
owayo icon

gitlab-mcp-server

Verified Safe

by owayo

Overview

An MCP server for AI assistants to integrate with GitLab, fetching pipeline failure logs, merge request comments, and code changes for automated analysis and feedback.

Installation

Run Command
uv --directory /path/to/this-mcp-server run main.py

Environment Variables

  • GITLAB_URL
  • GITLAB_PROJECT_NAME
  • GITLAB_API_KEY
  • GIT_REPO_PATH

Security Notes

The server uses environment variables for sensitive data (GitLab API key, repository paths), which is a good practice. No 'eval' or obvious command injection vulnerabilities were found. Potential security risks are primarily from misconfiguration of environment variables (e.g., 'GIT_REPO_PATH' pointing to an unintended location) or if underlying third-party libraries (`gitpython`, `python-gitlab`) contain vulnerabilities.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-11-26

Tags

GitLabMCPAI AssistantDevOpsCode Review