mcp-gitlab-mcp-server90
Verified Safeby bioanywhere
Overview
Dockerized deployment and orchestration for a custom MCP server application.
Installation
docker run -d --name gitlab-mcp-server-mcp-server -p 3000:3000 --restart unless-stopped gitlab-mcp-server-mcp-serverSecurity Notes
The provided configuration files (`docker-compose.yml`, `run.sh`, `README.md`) show no immediate security vulnerabilities like hardcoded secrets within the application's runtime configuration, use of `eval`, or malicious patterns. Secrets for CI/CD (`GCP_CREDENTIALS`, `GCP_PROJECT_ID`) are mentioned as repository secrets, which is a good practice. The server exposes port 3000, which is standard for web services. Health checks are 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.
WRLD_MCP_Collection
Manages and deploys a collection of MCP (Multi-Modal Compute Protocol) server configurations for WRLD Inc's development environments using Docker MCP Gateway.
server-pdf
Generate PDFs from text or layouts, render PDF pages as images, and measure text before layout, with specialized support for JSON Resume format.
mcp-gitlab-mcp-server900
Provides Docker deployment and CI/CD configuration for a generic MCP server application.