# ODIADEV MCP SERVER - ENVIRONMENT CONFIGURATION
# SECURITY WARNING: NEVER COMMIT REAL API KEYS TO VERSION CONTROL!
# FLUTTERWAVE PAYMENT INTEGRATION
# Get these from: https://dashboard.flutterwave.com/settings/api-keys
FLW_PUBLIC_KEY=FLWPUBK-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-X
FLW_SECRET_KEY=FLWSECK-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxx-X
FLW_ENCRYPTION_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
FLW_WEBHOOK_SECRET_HASH=your_webhook_secret_hash_here
# API AUTHENTICATION
# Comma-separated list of valid API keys
VALID_API_KEYS=odiadev_key_1,agent_lexi_key,your_secure_key_here
# TEXT-TO-SPEECH CONFIGURATION
# Nigerian TTS service endpoint
ODIA_TTS_BASE_URL=https://odiadev-tts-plug-n-play.onrender.com/speak
ODIA_TTS_DEFAULT_VOICE=nigerian-female
ODIA_TTS_TIMEOUT_MS=30000
ODIA_TTS_MAX_TEXT_LENGTH=500
# CORS & SECURITY
# Allowed origin for API requests
CORS_ALLOW_ORIGIN=https://odia.dev
# SERVER CONFIGURATION
NODE_ENV=production
LOG_LEVEL=info
PORT=3000
# OPTIONAL: DATABASE (Future Use)
# DATABASE_URL=postgresql://user:pass@host:port/dbname
# SUPABASE_URL=https://your-project.supabase.co
# SUPABASE_ANON_KEY=your_supabase_anon_key
# DEPLOYMENT INSTRUCTIONS
# 1. Copy this file to .env for local development
# 2. Replace ALL placeholder values with real credentials
# 3. For Vercel production: Set these in Vercel Dashboard > Settings > Environment Variables
# 4. NEVER commit .env files with real values to Git
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/Odiabackend099/odiadev-mcp-2025'
If you have feedback or need assistance with the MCP directory API, please join our Discord server