We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AceDataCloud/MCPNanoBanana'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•452 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
# NanoBanana Configuration (Optional)
NANOBANANA_REQUEST_TIMEOUT=180
# MCP Server Configuration (Optional)
MCP_SERVER_NAME=nanobanana
MCP_TRANSPORT=stdio
# Logging (Optional)
LOG_LEVEL=INFO