We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/schlpbch/aareguru-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Aareguru API Configuration
AAREGURU_BASE_URL=https://aareguru.existenz.ch
APP_NAME=aareguru-mcp
APP_VERSION=1.0.0
# Cache & Rate Limiting
CACHE_TTL_SECONDS=120
MIN_REQUEST_INTERVAL_SECONDS=300
# Logging
LOG_LEVEL=INFO
LOG_FORMAT=text
# HTTP Client Configuration
HTTP_CLIENT_TIMEOUT=30.0
HTTP_CLIENT_MAX_KEEPALIVE=20
HTTP_CLIENT_MAX_CONNECTIONS=100
# Optional: HTTP Server Configuration (Phase 3)
# HTTP_HOST=0.0.0.0
# HTTP_PORT=8000
# HTTP_WORKERS=4
# HTTP Server Security
# API_KEY_REQUIRED=false
# API_KEYS=key1,key2,key3
# CORS Configuration
# CORS_ORIGINS=*
# Rate Limiting
# RATE_LIMIT_PER_MINUTE=60
# SSE Transport Mode
# Use full MCP SSE transport (true) or simplified SSE for testing (false)
# USE_FULL_SSE=false