Skip to main content
Glama

Chicken Business Management MCP Server

by PSYGER02
redis.conf1.66 kB
# Redis Configuration for Production # Performance and memory optimization # Basic Configuration port 6379 bind 0.0.0.0 protected-mode yes requirepass your_redis_password_here # Memory Management maxmemory 256mb maxmemory-policy allkeys-lru maxmemory-samples 5 # Persistence Configuration save 900 1 save 300 10 save 60 10000 # Disable RDB persistence for cache-only usage (uncomment if needed) # save "" # AOF Configuration appendonly yes appendfilename "appendonly.aof" appendfsync everysec no-appendfsync-on-rewrite no auto-aof-rewrite-percentage 100 auto-aof-rewrite-min-size 64mb # Network and Connection Settings tcp-keepalive 300 timeout 300 tcp-backlog 511 # Performance Tuning databases 16 hash-max-ziplist-entries 512 hash-max-ziplist-value 64 list-max-ziplist-size -2 list-compress-depth 0 set-max-intset-entries 512 zset-max-ziplist-entries 128 zset-max-ziplist-value 64 # Logging loglevel notice logfile "" syslog-enabled no # Security # Disable dangerous commands rename-command FLUSHDB "" rename-command FLUSHALL "" rename-command DEBUG "" rename-command CONFIG "" rename-command SHUTDOWN "" rename-command EVAL "" # Client Output Buffer Limits client-output-buffer-limit normal 0 0 0 client-output-buffer-limit replica 256mb 64mb 60 client-output-buffer-limit pubsub 32mb 8mb 60 # Slow Log slowlog-log-slower-than 10000 slowlog-max-len 128 # Latency Monitoring latency-monitor-threshold 100 # Memory Usage Optimization activerehashing yes hz 10 # TLS Configuration (uncomment for TLS) # port 0 # tls-port 6380 # tls-cert-file /etc/redis/tls/redis.crt # tls-key-file /etc/redis/tls/redis.key # tls-ca-cert-file /etc/redis/tls/ca.crt

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/PSYGER02/mcpserver'

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