We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MonsterOne1/memu-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Render Environment Variables Configuration
# Copy these variables to your Render service environment settings
# Required - memU Configuration
MEMU_API_KEY=mu_yg5jXJta0o4BV2yVmAukxL_9w9TEbbNUI2_MrlgEEazljTJ5jJHu7_TYZskw91bbVj2VCKwXd93fmY2NY5iBRoa4yUtGdQOYyAOs5w
MEMU_BASE_URL=https://api.memu.so
# Render Deployment Flag
RENDER_DEPLOYMENT=true
# Server Configuration
MCP_SERVER_NAME=memu-mcp-server-render
MCP_SERVER_VERSION=0.1.0
LOG_LEVEL=INFO
# Memory Configuration
DEFAULT_USER_ID=render_user
DEFAULT_AGENT_ID=render_agent
MAX_CONVERSATION_LENGTH=8000
MEMORY_RETENTION_DAYS=30
# Rate Limiting
RATE_LIMIT_PER_MINUTE=60
RATE_LIMIT_PER_HOUR=1000
# Error Handling and Retry
MAX_RETRY_ATTEMPTS=3
WORKER_RESTART_DELAY=5
API_TIMEOUT=30
# API Service Configuration (for Web Service)
API_MODE=true
ENABLE_CORS=true
API_RATE_LIMIT=100
# System Configuration
PYTHONPATH=/app/src
PYTHONUNBUFFERED=1
PYTHONDONTWRITEBYTECODE=1
TZ=UTC
LC_ALL=C.UTF-8
LANG=C.UTF-8