We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/serenichron/mcp-cloudron'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•785 B
# Cloudron MCP Server Environment Configuration
# Copy this file to .env and fill in your actual values
# The base URL of your Cloudron instance
# Examples:
# - https://my.serenichron.com
# - https://my.cloudron.io
# - https://cloudron.yourdomain.com
CLOUDRON_BASE_URL=https://my.cloudron.domain
# API token for Cloudron authentication
# Generate this in your Cloudron Admin Panel:
# 1. Go to Admin → API Tokens
# 2. Click "Create API Token"
# 3. Give it a name and appropriate permissions (read/write for testing)
# 4. Copy the token value here
CLOUDRON_API_TOKEN=your-api-token-here
# Optional: Request timeout in milliseconds (default: 30000)
CLOUDRON_TIMEOUT=30000
# Optional: Number of retry attempts for failed requests (default: 3)
CLOUDRON_RETRY_ATTEMPTS=3