Skip to main content
Glama

GitLab MCP Server

by lucky-dersan
Dockerfile473 B
FROM python:3.10-slim WORKDIR /app # Install uv RUN pip install --no-cache-dir uv # Copy dependency files first COPY pyproject.toml . # Install dependencies using uv with --system flag RUN uv pip install --system --no-cache-dir -e . # Copy source code and configuration COPY src/ src/ # Environment variables ENV GITLAB_URL="http://172.100.52.201:18080/" ENV GITLAB_TOKEN="2roobhbs7zyjqA7MVH7g" # Run the server CMD ["fastmcp", "run", "src/gitlab_mcp_server.py:mcp"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lucky-dersan/gitlab-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server