Skip to main content
Glama

GitHub MCP Bridge

by vipink1203
docker-compose.yml641 B
version: '3' services: github-mcp: build: context: . dockerfile: Dockerfile container_name: mcp-github-enterprise environment: - GITHUB_TOKEN=${GITHUB_TOKEN} - GITHUB_ENTERPRISE_URL=${GITHUB_ENTERPRISE_URL:-https://api.github.com} - TRANSPORT=sse - PORT=8050 - HOST=0.0.0.0 ports: - "8050:8050" restart: unless-stopped networks: - mcp-network - n8n-network # This will connect to an existing n8n network if specified networks: mcp-network: driver: bridge n8n-network: external: true # This indicates that the network is defined externally

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/vipink1203/github-mcp-bridge'

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