We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lbds137/gemini-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•551 B
# OpenRouter API Configuration
OPENROUTER_API_KEY=your_openrouter_api_key_here
# Model Configuration (optional - defaults shown)
# Default model to use for requests
COUNCIL_DEFAULT_MODEL=google/gemini-3-pro-preview
# Model cache TTL in seconds (default: 1 hour)
COUNCIL_CACHE_TTL=3600
# Request timeout in milliseconds (default: 10 minutes)
COUNCIL_TIMEOUT=600000
# Legacy Gemini support (optional - for backwards compatibility)
# If set, will be used as fallback when OPENROUTER_API_KEY is not available
# GEMINI_API_KEY=your_gemini_api_key_here