mcp-gitlab-mcp-server5
Verified Safeby bioanywhere
Overview
This repository provides Docker deployment configurations and scripts for the gitlab-mcp-server, enabling local development, CI/CD, and GitHub Container Registry integration.
Installation
docker-compose up -dSecurity Notes
The provided source code for the Docker deployment is straightforward and uses standard Docker practices. There are no apparent uses of 'eval', code obfuscation, hardcoded secrets, or unusual network configurations. The healthcheck uses 'wget', and environment variables are expected to be supplied externally (via .env or docker-compose.yml), which is good practice. The actual security of the MCP server itself would depend on its internal source code, which is not provided here.
Similar Servers
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-devcontainers
Provides a Model Context Protocol (MCP) server for integrating with and managing devcontainer environments via the devcontainers CLI.
mcp-gitlab
An MCP server that enables LLMs to interact with GitLab repositories, manage merge requests, issues, and perform various Git operations.
mcp-gitlab-mcp-server
Integrate an AI assistant with GitLab to manage merge requests, CI/CD pipelines, code reviews, and discussions.