We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/stilllovee/memory-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•496 B
# MCP Server Environment Configuration
# Copy this file to .env to customize settings
# Server Configuration
PORT=8123
NODE_ENV=production
# Database Configuration (SQLite)
# The database file will be stored in /app/data/db.db inside the container
DB_PATH=/app/data/db.db
# Session Configuration
# Session timeout in milliseconds (default: 1 hour)
SESSION_TIMEOUT=3600000
# Logging Configuration
LOG_LEVEL=info
# Health Check Configuration
HEALTH_CHECK_ENDPOINT=/mcp
HEALTH_CHECK_INTERVAL=30