We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/khan2a/telephony-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
docker-compose.yml•627 B
version: '3.8'
services:
telephony-mcp-server:
build:
context: .
dockerfile: Dockerfile
container_name: telephony-mcp-server
ports:
- "8000:8000"
- "8080:8080"
volumes:
# Mount these files to make it easier to update without rebuilding the image
- ./.env:/app/.env
- ./private.key:/app/private.key
environment:
# Add any additional environment variables here if needed
- UV_SYSTEM_PYTHON=1
- PYTHONUNBUFFERED=1
# Uncomment and set this to your public URL when deploying to production
# - CALLBACK_SERVER_URL=https://your-public-url