We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Alex-air/mcp_viterbit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•767 B
# Viterbit API Configuration
VITERBIT_API_KEY=your_viterbit_api_key_here
# HTTP/SSE Server Configuration
PORT=8000
HOST=0.0.0.0
# Authentication (comma-separated list of API keys for client authentication)
# Leave empty to disable authentication (NOT RECOMMENDED for production)
MCP_API_KEYS=key1_change_me,key2_change_me,key3_change_me
# CORS Configuration (comma-separated list of allowed origins)
# Use * for development, specific domains for production
ALLOWED_ORIGINS=*
# Optional: Custom Field IDs (if your Viterbit instance differs)
# DISCORD_ID_QUESTION_ID=
# SUSCRIPTOR_QUESTION_ID=
# CUSTOM_FIELD_STAGE_NAME_ID=
# CUSTOM_FIELD_STAGE_DATE_ID=
# CUSTOM_FIELD_SIN_DISCORD_ID=
# CUSTOM_FIELD_NOMBRE_EMPRESA_ID=
# GARANTIA_100_DIAS_ID=
# ACTIVO_INACTIVO_ID=