We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AceDataCloud/MCPMidjourney'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•481 B
# Environment template - copy to .env and fill in your values
# Get your API token from https://platform.acedata.cloud
# AceDataCloud API Configuration (REQUIRED)
ACEDATACLOUD_API_TOKEN=your_api_token_here
ACEDATACLOUD_API_BASE_URL=https://api.acedata.cloud
# Midjourney Configuration (Optional)
MIDJOURNEY_DEFAULT_MODE=fast
MIDJOURNEY_REQUEST_TIMEOUT=180
# MCP Server Configuration (Optional)
MCP_SERVER_NAME=midjourney
MCP_TRANSPORT=stdio
# Logging (Optional)
LOG_LEVEL=INFO