Skip to main content
Glama

GitHub URL MCP Server

Dockerfile574 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM node:lts-alpine # Set working directory WORKDIR /app # Copy package files and tsconfig for build COPY package.json package-lock.json tsconfig.json ./ # Install dependencies including devDependencies for build RUN npm install # Copy source code COPY . . # Build TypeScript RUN npm run build # Remove devDependencies RUN npm prune --production # Set environment to production ENV NODE_ENV=production # Expose no port (stdio) # Start the server CMD ["node", "dist/server.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/kongyo2/GitHub-URL-MCP'

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