We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yudai-uk/firestore-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•691 B
# Firebase Admin SDK Configuration
#
# Get these values from Firebase Console:
# 1. Go to https://console.firebase.google.com/
# 2. Select your project
# 3. Go to Project Settings > Service accounts
# 4. Click "Generate new private key"
# 5. Use the values from the downloaded JSON file
# Firebase Project ID (from JSON: "project_id")
FIREBASE_PROJECT_ID=your-project-id
# Service Account Email (from JSON: "client_email")
FIREBASE_CLIENT_EMAIL=firebase-adminsdk-xxxxx@your-project.iam.gserviceaccount.com
# Private Key (from JSON: "private_key")
# Keep the quotes and \n for newlines
FIREBASE_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----\nYour-Private-Key-Here\n-----END PRIVATE KEY-----\n"