Skip to main content
Glama
redis.conf798 B
# Redis configuration for SplitMind MCP Server # Network and connections bind 0.0.0.0 protected-mode no port 6379 tcp-backlog 511 timeout 0 tcp-keepalive 300 # Persistence save 900 1 save 300 10 save 60 10000 stop-writes-on-bgsave-error yes rdbcompression yes rdbchecksum yes dbfilename dump.rdb dir /data # AOF persistence (append-only file) appendonly yes appendfilename "appendonly.aof" appendfsync everysec no-appendfsync-on-rewrite no auto-aof-rewrite-percentage 100 auto-aof-rewrite-min-size 64mb # Logging loglevel notice logfile "" # Memory management maxmemory 256mb maxmemory-policy allkeys-lru # Performance hz 10 dynamic-hz yes # Disable dangerous commands in production # rename-command FLUSHDB "" # rename-command FLUSHALL "" # rename-command KEYS "" # rename-command CONFIG ""

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/webdevtodayjason/A2AMCP'

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