Skip to main content
Glama

Kaltura MCP Server

by zoharbabin
docker-compose.yml858 B
version: '3.8' services: kaltura-mcp-remote: build: . ports: - "8000:8000" environment: - JWT_SECRET_KEY=${JWT_SECRET_KEY:-your-secret-jwt-key-change-this} - OAUTH_REDIRECT_URI=${OAUTH_REDIRECT_URI:-http://localhost:8000/oauth/callback} - SERVER_HOST=0.0.0.0 - SERVER_PORT=8000 - SERVER_RELOAD=false volumes: - ./logs:/app/logs restart: unless-stopped healthcheck: test: ["CMD", "python", "-c", "import requests; requests.get('http://localhost:8000/', timeout=3)"] interval: 30s timeout: 10s retries: 3 start_period: 40s # Optional: Redis for production session management # redis: # image: redis:7-alpine # restart: unless-stopped # volumes: # - redis_data:/data # command: redis-server --appendonly yes # volumes: # redis_data:

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/zoharbabin/kaltura-mcp'

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