Skip to main content
Glama

Kaltura MCP Server

by zoharbabin
.env.example1.12 kB
# Kaltura MCP Server Configuration # Copy this file to .env and fill in your actual credentials # Remember to set secure permissions: chmod 600 .env # # For stdio mode: Only fill in KALTURA_* variables # For remote mode: Fill in JWT_SECRET_KEY, OAUTH_*, and SERVER_* variables # ===== KALTURA API CREDENTIALS ===== # Required for stdio (local) mode # Optional for remote mode (users provide via OAuth) KALTURA_SERVICE_URL=https://cdnapisec.kaltura.com KALTURA_PARTNER_ID=your_partner_id_here KALTURA_ADMIN_SECRET=your_admin_secret_here KALTURA_USER_ID=your_email@domain.com # Optional: Session configuration KALTURA_SESSION_EXPIRY=86400 # Optional: Debug mode (set to "true" to enable debug logging) KALTURA_DEBUG=false # ===== REMOTE SERVER CONFIGURATION ===== # Required for remote (hosted) mode # Not needed for stdio (local) mode JWT_SECRET_KEY=your-secret-jwt-key-change-this-in-production OAUTH_REDIRECT_URI=http://localhost:8000/oauth/callback # Optional for remote server OAUTH_CLIENT_ID=your-oauth-client-id OAUTH_CLIENT_SECRET=your-oauth-client-secret SERVER_HOST=0.0.0.0 SERVER_PORT=8000 SERVER_RELOAD=false

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