We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/writingmate/imagegen-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•469 B
# API Keys - Add the keys for providers you want to use
# OpenAI (for DALL-E 2, DALL-E 3, GPT-Image-1)
OPENAI_API_KEY=your-openai-api-key-here
# Google (for Gemini and Imagen)
GOOGLE_API_KEY=your-google-api-key-here
# Replicate (for Flux 1.1 and other models)
REPLICATE_API_TOKEN=your-replicate-api-token-here
# Optional: Custom Google Imagen endpoint
GOOGLE_IMAGEN_ENDPOINT=
# Optional: Output directory for generated images (default: outputs)
OUTPUT_DIR=outputs