Skip to main content
Glama
KVerduyn
by KVerduyn
docker-compose.yml533 B
services: school-vacation-mcp: build: . container_name: school-vacation-mcp ports: - "3000:3000" environment: - NODE_ENV=production - PORT=3000 - MCP_AUTH_TOKEN=${MCP_AUTH_TOKEN:-} restart: unless-stopped networks: - librechat_default healthcheck: test: ["CMD", "curl", "-f", "http://localhost:3000/health"] interval: 30s timeout: 10s retries: 3 start_period: 40s networks: librechat_default: name: librechat_default external: true

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/KVerduyn/School_MCP'

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