We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MichaelWeed/atlas-g-protocol'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•506 B
# Atlas-G Protocol Environment Configuration
# Copy this file to .env and fill in your values
# Google AI API Key (required)
GOOGLE_API_KEY=your_google_api_key_here
# Google Cloud Project (for Firestore)
GOOGLE_CLOUD_PROJECT=atlas-g-protocol
FIRESTORE_PROJECT_ID=atlas-g-protocol
# Server Configuration
HOST=0.0.0.0
PORT=8080
# Environment
ENVIRONMENT=development
# Allowed Origins for CORS (comma-separated)
ALLOWED_ORIGINS=http://localhost:3000,http://localhost:8080,https://dev.to,https://*.dev.to