Skip to main content
Glama

MCP Server

by Nawaf-TBE
docker-compose.prod.yml966 B
version: '3.8' services: app: build: context: . dockerfile: Dockerfile ports: - "80:3000" environment: - NODE_ENV=production - GITHUB_TOKEN=${GITHUB_TOKEN} - NOTION_API_KEY=${NOTION_API_KEY} - NOTION_DATABASE_ID=${NOTION_DATABASE_ID} - GITHUB_WEBHOOK_SECRET=${GITHUB_WEBHOOK_SECRET} restart: unless-stopped healthcheck: test: ["CMD", "curl", "-f", "http://localhost:3000/"] interval: 30s timeout: 10s retries: 3 start_period: 40s logging: driver: "json-file" options: max-size: "10m" max-file: "3" nginx: image: nginx:alpine ports: - "443:443" - "80:80" volumes: - ./nginx.conf:/etc/nginx/nginx.conf:ro - ./ssl:/etc/nginx/ssl:ro depends_on: - app restart: unless-stopped healthcheck: test: ["CMD", "nginx", "-t"] interval: 30s timeout: 10s retries: 3

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/Nawaf-TBE/MCP'

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