We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/firebase/genkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
local.env.example•322 B
# Local environment variables for development
# Copy this file to local.env and set your API keys
# Required: Google AI API key for LLM-based evaluators
export GEMINI_API_KEY=your-api-key-here
# Optional: Enable debug mode
# export DEBUG=true
# Optional: Custom log format (json or console)
# export LOG_FORMAT=console