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
# memU Configuration
MEMU_API_KEY=your_memu_api_key_here
MEMU_BASE_URL=https://api.memu.so
# Server Configuration
MCP_SERVER_NAME=memu-mcp-server
MCP_SERVER_VERSION=0.1.0
LOG_LEVEL=INFO
# Memory Configuration
DEFAULT_USER_ID=default_user
DEFAULT_AGENT_ID=default_agent
MAX_CONVERSATION_LENGTH=8000
MEMORY_RETENTION_DAYS=30
# Rate Limiting
RATE_LIMIT_PER_MINUTE=60
RATE_LIMIT_PER_HOUR=1000
# Security
ALLOWED_ORIGINS=*
API_TIMEOUT=30