# Test environment configuration
# Copy this file to .env.test and fill in your API keys and other settings
# Required: Google Gemini API key from Google AI Studio
GOOGLE_GEMINI_API_KEY=your_api_key_here
# Optional: Default model to use for tests (defaults to gemini-1.5-flash)
GOOGLE_GEMINI_MODEL=gemini-1.5-flash
# Optional: Base directory for file tests (defaults to current directory)
GEMINI_SAFE_FILE_BASE_DIR=/Users/nicobailon/Documents/development/mcp-gemini-server/tests/resources
# Optional: Image generation settings
GOOGLE_GEMINI_IMAGE_RESOLUTION=1024x1024
GOOGLE_GEMINI_MAX_IMAGE_SIZE_MB=10
GOOGLE_GEMINI_SUPPORTED_IMAGE_FORMATS=["image/jpeg","image/png","image/webp"]
# Optional: Model-specific configuration
# Set this to configure specific models for image generation tests
GOOGLE_GEMINI_IMAGE_MODEL=gemini-2.0-flash-exp-image-generation
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bsmi021/mcp-gemini-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server