We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Raydius/gemini-for-claude-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•478 B
# Required: Gemini API key from Google AI Studio
# Get your API key at: https://aistudio.google.com/app/apikey
GEMINI_API_KEY=your_api_key_here
# Optional: Environment mode (development | production | test)
NODE_ENV=development
# Optional: Default Gemini model to use
GEMINI_DEFAULT_MODEL=gemini-2.5-flash
# Optional: Request timeout in milliseconds (default: 30000)
GEMINI_TIMEOUT_MS=30000
# Optional: Log level (fatal | error | warn | info | debug | trace)
LOG_LEVEL=info