We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/denar90/suzu-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•785 B
# Spotify App Credentials (Server-side only - secure)
# Get these from https://developer.spotify.com/dashboard
SPOTIFY_CLIENT_ID=your_spotify_client_id_here
SPOTIFY_CLIENT_SECRET=your_spotify_client_secret_here
# App URL (required for OAuth redirects)
# For local development with ngrok: https://your-subdomain.ngrok-free.app
# For production: https://your-app-domain.netlify.app
APP_URL=https://your-ngrok-url.ngrok-free.app
# Environment
NODE_ENV=development
# Instructions:
# 1. Copy this file to .env for local development
# 2. Replace the placeholder values with your actual Spotify app credentials
# 3. Make sure .env is in your .gitignore to keep credentials secure
# 4. For production deployment, set these variables in Netlify UI under Site Settings > Environment Variables