Skip to main content
Glama

GitHub See MCP Server

by JesusMaster
docker-compose.yml712 B
version: '3.8' services: mcp-github: build: context: . dockerfile: Dockerfile container_name: mcp-github-server ports: - "3200:3200" env_file: - .env environment: # Override specific values if needed MCP_SSE_PORT: 3200 # Health check healthcheck: test: ["CMD", "curl", "-f", "http://localhost:3200/health"] interval: 30s timeout: 10s retries: 3 start_period: 40s # Restart policy restart: unless-stopped # Resource limits (optional) deploy: resources: limits: cpus: '1' memory: 512M reservations: cpus: '0.5' memory: 256M

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/JesusMaster/github-see-mcp-server'

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