Skip to main content
Glama
Dockerfile364 B
FROM node:18-alpine WORKDIR /app # Copy package files COPY package*.json ./ # Install dependencies RUN npm install # Copy application code COPY . . # Set environment variables for gitlab # These should be provided at runtime for security purposes ENV MR_MCP_GITLAB_TOKEN your_gitlab_token # Command will be provided by smithery.yaml CMD ["node", "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/kopfrechner/gitlab-mr-mcp'

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