mcp-gitlab-mcp-server11
Verified Safeby bioanywhere
Overview
Provides Docker deployment configuration for a gitlab-mcp-server instance.
Installation
docker run -d --name gitlab-mcp-server-mcp-server -p 3000:3000 --restart unless-stopped gitlab-mcp-server-mcp-serverSecurity Notes
The source code primarily consists of Docker configuration (Dockerfile, docker-compose.yml) and a simple shell script for deployment. No 'eval' or malicious patterns were found. Hardcoded secrets are not present in the provided snippets. The server exposes port 3000, which is standard for web services. Health checks are also configured.
Similar Servers
mcp-server
A web-based Docker management platform for deploying, managing, and building custom AI tools (MCP servers) for integration with language models.
mcp-devcontainers
Provides a Model Context Protocol (MCP) server for integrating with the devcontainers CLI to manage development container environments.
mcp-gitlab-mcp-server
Integrate an AI assistant with GitLab to manage merge requests, CI/CD pipelines, code reviews, and discussions.
mcp-gitlab-mcp-server-pibe
Deploys and manages a generic MCP server application using Docker.