We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/louxsye/google-web-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•620 B
# Gemini API Key - Required
# Get your API key from https://makersuite.google.com/app/apikey
GOOGLE_API_KEY=your-api-key-here
# Alternative environment variable name (either GOOGLE_API_KEY or GEMINI_API_KEY works)
# GEMINI_API_KEY=your-api-key-here
# Optional: Gemini model to use (default: gemini-2.0-flash-exp)
# GEMINI_MODEL=gemini-2.0-flash-exp
# Optional: Google Application Default Credentials
# GOOGLE_APPLICATION_CREDENTIALS=/path/to/credentials.json
# Optional: OAuth authentication (for Code Assist API)
# USE_OAUTH=true
# OAUTH_CLIENT_ID=your-oauth-client-id
# OAUTH_CLIENT_SECRET=your-oauth-client-secret