Skip to main content
Glama
.env.example510 B
# Google Gemini API Key (Required) GEMINI_API_KEY="your-gemini-api-key" # Anthropic API Key (Optional - for fallback) ANTHROPIC_API_KEY="your-anthropic-api-key" # Gemini Model (Optional - defaults to gemini-3-pro-preview) # Options: gemini-3-pro-preview (latest), gemini-2.5-pro (stable), gemini-2.5-flash (fast) GEMINI_MODEL="gemini-3-pro-preview" # Redis connection URL REDIS_URL=redis://localhost:6379 # Project root directory (automatically set by MCP server config) PROJECT_ROOT=/path/to/your/project

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/coderdeep11/claude-memory-mcp'

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