Skip to main content
Glama

MCP File & Git Manager Server

by osamaloup
Dockerfile375 B
FROM node:20-alpine RUN apk add --no-cache git openssh curl wget bash WORKDIR /app COPY package*.json ./ RUN npm ci --only=production COPY . . RUN npm run build RUN mkdir -p /workspace EXPOSE 3001 HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \ CMD wget -q --spider http://localhost:3001/health || exit 1 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/osamaloup/mcp-file-git-server'

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