Skip to main content
Glama
docker-compose.yml982 B
version: '3.8' services: vies-vat-checker: build: context: .. dockerfile: Dockerfile container_name: vies-vat-checker-mcp restart: unless-stopped # Environment variables (if needed) environment: - NODE_ENV=production # Health check healthcheck: test: ["CMD", "node", "-e", "console.log('Health check')"] interval: 30s timeout: 10s retries: 3 start_period: 40s # Resource limits deploy: resources: limits: memory: 256M cpus: '0.5' reservations: memory: 128M cpus: '0.25' # Logging configuration logging: driver: "json-file" options: max-size: "10m" max-file: "3" # Security options security_opt: - no-new-privileges:true # Read-only root filesystem read_only: true # Temporary filesystems tmpfs: - /tmp:noexec,nosuid,size=100m

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/Jazib-but/check-vat-vies-mcp-Jazib'

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