mcp-gitlab-mcp-server10
Verified Safeby bioanywhere
Overview
Provides Docker deployment configuration for an MCP (Managed Cloud Platform) server, including local development and CI/CD setup.
Installation
docker-compose up -dSecurity Notes
The provided code consists solely of Docker deployment configurations and scripts. It does not contain application logic. No 'eval' or obvious malicious patterns were found within these configuration files. The server exposes port 3000, which is standard. Data volume mounts './data' locally, which requires attention regarding sensitive data persistence if applicable. 'GITHUB_TOKEN' is mentioned for GitHub Container Registry authentication but is not hardcoded within the deployment configurations.
Similar Servers
mcp-devcontainers
Provides a Model Context Protocol (MCP) server for integrating with and managing devcontainer environments via the devcontainers CLI.
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.
mcp-gitlab-mcp-server6
Provides a Docker-based deployment configuration for a generic MCP server application, facilitating its local development and production deployment.