Skip to main content
Glama
docker-compose.yml453 B
version: '3.8' services: deepl-fastmcp-server: build: . container_name: deepl-fastmcp-server environment: - DEEPL_AUTH_KEY=${DEEPL_AUTH_KEY} ports: - "8000:8000" restart: unless-stopped # Healthcheck (make sure /health endpoint exists in your app) healthcheck: test: ["CMD", "curl", "--fail", "http://localhost:8000/health"] interval: 30s timeout: 5s retries: 3 start_period: 10s

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/AlwaysSany/deepl-fastmcp-python-server'

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