Skip to main content
Glama

Cloudways MCP Server

by aphraz
.env.example•556 B
# Required: Fernet encryption key for secure credential storage # Generate with: python -c 'from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())' ENCRYPTION_KEY= # Redis Configuration REDIS_URL=redis://localhost:6379/0 REDIS_POOL_SIZE=500 # HTTP Configuration HTTP_POOL_SIZE=500 # Rate Limiting RATE_LIMIT_REQUESTS=90 RATE_LIMIT_WINDOW=60 # Logging LOG_LEVEL=INFO LOG_FORMAT=console # LOG_FILE=/path/to/logfile.log ENABLE_PERFORMANCE_LOGGING=true ENABLE_SECURITY_LOGGING=true # Server Configuration WORKERS=1 ACCESS_LOG=false

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aphraz/cw-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server