Skip to main content
Glama

GitHub Enterprise MCP Server

Dockerfile359 B
FROM node:18-alpine WORKDIR /app # Copy dependency files COPY package*.json ./ # Install dependencies RUN npm install # Copy application code COPY . . # Build TypeScript RUN npm run build # Set environment variables ENV PORT=3000 ENV NODE_ENV=production # Expose port EXPOSE 3000 # Run application CMD ["node", "dist/index.js", "--transport", "http"]

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/ddukbg/github-enterprise-mcp'

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