Skip to main content
Glama

SkyFi MCP Server

by Davaakhatan
.env.example1.2 kB
# SkyFi MCP Server Configuration # Server Configuration NODE_ENV=development PORT=3000 API_VERSION=v1 # SkyFi API Configuration SKYFI_API_URL=https://api.skyfi.com SKYFI_API_KEY=your_skyfi_api_key_here # Database Configuration DATABASE_URL=postgresql://user:password@localhost:5432/skyfi_mcp DB_HOST=localhost DB_PORT=5432 DB_NAME=skyfi_mcp DB_USER=postgres DB_PASSWORD=postgres # Redis Configuration REDIS_URL=redis://localhost:6379 REDIS_HOST=localhost REDIS_PORT=6379 REDIS_PASSWORD= # Authentication JWT_SECRET=your_jwt_secret_key_here_change_in_production API_KEY_ENCRYPTION_KEY=your_encryption_key_here_32_chars_minimum TOKEN_EXPIRATION=24h # OpenStreetMaps Configuration OSM_API_URL=https://nominatim.openstreetmap.org OSM_USER_AGENT=SkyFi-MCP/1.0.0 # Rate Limiting RATE_LIMIT_WINDOW_MS=900000 RATE_LIMIT_MAX_REQUESTS=100 # Logging LOG_LEVEL=info LOG_FORMAT=json # Security CORS_ORIGIN=* ALLOWED_ORIGINS=http://localhost:3000,http://localhost:3001 # Webhook Configuration WEBHOOK_TIMEOUT_MS=5000 WEBHOOK_MAX_RETRIES=3 WEBHOOK_RETRY_DELAY_MS=1000 # Monitoring HEALTH_CHECK_INTERVAL_MS=30000 METRICS_ENABLED=true # Feature Flags ENABLE_OAUTH=false ENABLE_CLOUD_DEPLOYMENT=false

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/Davaakhatan/skyfi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server