Skip to main content
Glama

mcp-server-gitlab

Dockerfile535 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM oven/bun:alpine # Install npm so that npx is available RUN apk add --no-cache npm # Set working directory WORKDIR /app # Copy package files and lockfiles COPY package.json bun.lock bunfig.toml ./ # Copy the rest of the code COPY . . # Install dependencies using bun RUN bun install # Build the project RUN bun run build # Expose the default MCP port for HTTP stream mode EXPOSE 3000 # Start the MCP server CMD [ "node", "dist/index.js" ]

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/ZephyrDeng/mcp-server-gitlab'

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