Skip to main content
Glama

GitHub Enterprise MCP Server

docker-compose.yml503 B
version: '3' services: github-enterprise-mcp: build: context: . dockerfile: Dockerfile ports: - "3000:3000" command: ["node", "dist/index.js", "--transport", "http"] environment: - NODE_ENV=production - PORT=3000 - GITHUB_ENTERPRISE_URL=${GITHUB_ENTERPRISE_URL} - GITHUB_TOKEN=${GITHUB_TOKEN} - REQUEST_TIMEOUT=${REQUEST_TIMEOUT:-10000} - DEBUG=${DEBUG:-false} restart: unless-stopped volumes: - ./.env:/app/.env:ro

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