Skip to main content
Glama
docker-compose.yml1.15 kB
# Malaysia Open Data MCP Server - Docker Compose # For self-hosting on VPS at mcp.techmavie.digital/datagovmy services: mcp-datagovmy: build: . container_name: mcp-datagovmy restart: unless-stopped ports: - "8083:8080" environment: - PORT=8080 - HOST=0.0.0.0 - NODE_ENV=production - ANALYTICS_DIR=/data # Optional API keys - uncomment and set if needed # - GOOGLE_MAPS_API_KEY=${GOOGLE_MAPS_API_KEY} # - GRABMAPS_API_KEY=${GRABMAPS_API_KEY} # - AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID} # - AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY} # - AWS_REGION=${AWS_REGION} env_file: - .env volumes: - analytics-data:/data healthcheck: test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:8080/health"] interval: 30s timeout: 10s retries: 3 start_period: 10s networks: - mcp-network logging: driver: "json-file" options: max-size: "10m" max-file: "3" networks: mcp-network: driver: bridge volumes: analytics-data: driver: local

Latest Blog Posts

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/hithereiamaliff/mcp-datagovmy'

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