Skip to main content
Glama

MCP AI Service Platform

by dkb12138ggg
redis.conf428 B
# Redis配置文件 # 网络配置 bind 0.0.0.0 port 6379 timeout 300 tcp-keepalive 60 # 内存配置 maxmemory 256mb maxmemory-policy allkeys-lru # 持久化配置 save 900 1 save 300 10 save 60 10000 # 日志配置 loglevel notice logfile "" # 安全配置 # requirepass yourpassword # 性能配置 databases 16 hz 10 # 客户端配置 maxclients 1000 # 慢查询日志 slowlog-log-slower-than 10000 slowlog-max-len 128

Latest Blog Posts

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/dkb12138ggg/python-rag-mcp-client'

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