We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/imaginpro/imaginepro-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•374 B
# ImaginePro API Configuration
# Get your API key from https://imaginepro.ai
# Required: Your ImaginePro API key
IMAGINEPRO_API_KEY=sk-your-api-key-here
# Optional: API base URL (defaults to https://api.imaginepro.ai)
# IMAGINEPRO_BASE_URL=https://api.imaginepro.ai
# Optional: Request timeout in milliseconds (defaults to 300000 = 5 minutes)
# IMAGINEPRO_TIMEOUT=300000