Skip to main content
Glama
env.example722 B
# Environment variables for Gemini MCP Server # REQUIRED: Google Gemini API Key (FREE) # Get yours at: https://aistudio.google.com/app/apikey GEMINI_API_KEY=your_gemini_api_key_here # Database configuration # For SQLite (default, good for development): DATABASE_URL=sqlite:///./mcp_server.db # For PostgreSQL (recommended for production): # DATABASE_URL=postgresql://username:password@localhost/dbname # For MySQL: # DATABASE_URL=mysql://username:password@localhost/dbname # Server configuration SERVER_NAME=Gemini MCP Server SERVER_VERSION=2.0.0 # Rate limiting settings RATE_LIMIT_REQUESTS=100 RATE_LIMIT_PERIOD=60 # Context settings MAX_CONTEXT_RESULTS=10 # Debug mode (set to true for development) DEBUG=false

Latest Blog Posts

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/ChiragPatankar/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server