We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/georgi-io/jessica'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Eleven Labs API Configuration
ELEVENLABS_API_KEY=your_api_key_here
# Server Configuration
HOST=127.0.0.1 # Lokal: 127.0.0.1, Docker: 0.0.0.0
PORT=9020 # Port auf dem der Service erreichbar ist
LOG_LEVEL=INFO # Loglevel (DEBUG, INFO, WARNING, ERROR, CRITICAL)
# API Path Configuration
# Wichtig: Lokal leer oder '/', in AWS/Container '/jessica-backend'
ROOT_PATH= # Pfad-Präfix für API Gateway/ALB (lokal leer, Produktion z.B. '/jessica-backend')
# Development Settings
DEBUG=false # Debug-Modus aktivieren
RELOAD=true # Auto-Reload bei Code-Änderungen
# MCP Configuration
MCP_PORT=9022 # Port für MCP-Kommunikation