We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adamryczkowski/Imagen-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•611 B
# Imagen MCP Server Environment Variables
# Copy this file to .env and fill in your values
# Required: Nexos.ai API Key
# Get your API key from https://nexos.ai
NEXOS_API_KEY=your-api-key-here
# Optional: API Base URL (default: https://api.nexos.ai/v1)
# NEXOS_API_BASE_URL=https://api.nexos.ai/v1
# Optional: Default model (default: imagen-4)
# IMAGEN_DEFAULT_MODEL=imagen-4
# Optional: Session TTL in seconds (default: 3600)
# IMAGEN_SESSION_TTL=3600
# Optional: Maximum concurrent sessions (default: 10)
# IMAGEN_MAX_CONCURRENT_SESSIONS=10
# Optional: Log level (default: INFO)
# IMAGEN_LOG_LEVEL=INFO