Skip to main content
Glama

GitLab + Jira MCP Server

by ashabbir
Dockerfile315 B
# Minimal Dockerfile for runtime FROM node:20-alpine AS runtime WORKDIR /app # Only copy built output and runtime files COPY package.json ./ COPY dist ./dist COPY bin ./bin RUN adduser -D appuser && \ chmod +x bin/mcp-gitlab-jira USER appuser ENV NODE_ENV=production ENTRYPOINT ["/app/bin/mcp-gitlab-jira"]

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/ashabbir/multi-mcp'

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