mcp-gitlab-mcp-server6

bioanywhere/mcp-gitlab-mcp-server6

3.2

If you are the rightful owner of mcp-gitlab-mcp-server6 and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The gitlab-mcp-server is a Docker deployment configuration for the MCP server, designed to facilitate seamless integration and management of model context protocols.

gitlab-mcp-server - Docker Deployment

This repository contains the Docker deployment configuration for the gitlab-mcp-server MCP server.

GitHub Container Registry

This image is automatically built and pushed to GitHub Container Registry.

Pull the Image

docker pull ghcr.io/YOUR_USERNAME/mcp-gitlab-mcp-server:latest

Authentication (if private)

echo $GITHUB_TOKEN | docker login ghcr.io -u YOUR_USERNAME --password-stdin

Local Development

Build Locally

docker build -t mcp-gitlab-mcp-server:local .

Run Locally

docker run -p 3000:3000 mcp-gitlab-mcp-server:local

Using Docker Compose

docker-compose up -d

Files

  • Dockerfile - Container image definition
  • docker-compose.yml - Orchestration configuration
  • run.sh - Quick start script
  • .github/workflows/docker-build.yml - CI/CD workflow

Environment Variables

Set any required environment variables in a .env file or directly in docker-compose.yml.


Generated by MCP Server Manager