We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/iamanishroy/firemcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•582 B
# Firebase Configuration (from your Firebase console config)
FIREBASE_API_KEY=your-api-key-here
FIREBASE_PROJECT_ID=your-project-id
# Optional: Override defaults
# FIREBASE_AUTH_DOMAIN=your-project-id.firebaseapp.com
# FIREBASE_STORAGE_BUCKET=your-project-id.firebasestorage.app
# FIREBASE_APP_ID=your-app-id
# User Authentication (the user who will access Firestore)
FIREBASE_USER_EMAIL=user@example.com
FIREBASE_USER_PASSWORD=your-password-here
# Server Configuration
PORT=3000
# Optional: Use Firestore emulator for local development
# FIRESTORE_EMULATOR_HOST=localhost:8080