We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/foxglovebrands/geenie-proxy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Server Configuration
NODE_ENV=development
PORT=3000
LOG_LEVEL=info
# Supabase (use SERVICE ROLE key for server-side access)
SUPABASE_URL=https://stavokirrmjoipyyljzf.supabase.co
SUPABASE_SERVICE_ROLE_KEY=your_service_role_key_here
# Login with Amazon OAuth
LWA_CLIENT_ID=amzn1.application-oa2-client.31a4a21baf3d440e9ed614a5cb66cfe6
LWA_CLIENT_SECRET=your_lwa_client_secret_here
# Amazon MCP Endpoints (mock for local testing)
AMAZON_MCP_ENDPOINT_NA=http://localhost:9000/mcp
AMAZON_MCP_ENDPOINT_EU=http://localhost:9000/mcp
AMAZON_MCP_ENDPOINT_FE=http://localhost:9000/mcp
# Security (generate with: openssl rand -hex 32)
ENCRYPTION_KEY=your_64_character_hex_string_here
# Rate Limiting
RATE_LIMIT_ENABLED=true
# Caching
CACHE_TTL_SECONDS=300