We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/oogunbiyi21/stats-compass-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•522 B
# Stats Compass MCP Server Environment Variables
# Copy this file to .env and customize for your deployment
# Public URL where the server is accessible (used for upload links)
# For local development, leave as default or omit
# For production, set to your domain
STATS_COMPASS_SERVER_URL=https://your-domain.com
# Uncomment for S3 storage (production)
# STORAGE_BACKEND=s3
# S3_BUCKET=your-bucket-name
# S3_PREFIX=uploads
# S3_REGION=us-east-1
# AWS_ACCESS_KEY_ID=your-access-key
# AWS_SECRET_ACCESS_KEY=your-secret-key