redis-mcp-server
by wangmiaozero
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | 日志级别 | info |
| REDIS_URL | Yes | Redis 连接 URL,必填 | |
| REDIS_DATABASE | No | 数据库编号 | 0 |
| REDIS_PASSWORD | No | 密码 | |
| REDIS_USERNAME | No | 用户名 | |
| REDIS_READ_ONLY | No | 只读模式 | false |
| REDIS_KEY_PREFIX | No | Key 前缀隔离 | |
| REDIS_ALLOW_DELETE | No | 允许删除 | false |
| REDIS_ALLOW_PUBLISH | No | 允许发布 | false |
| REDIS_MAX_SCAN_COUNT | No | SCAN 单次上限 | 100 |
| REDIS_MAX_VALUE_BYTES | No | 单值字节上限 | 1048576 |
| REDIS_MAX_RESULT_ITEMS | No | 返回元素上限 | 500 |
| REDIS_ALLOW_SERVER_INFO | No | 允许 server info | true |
| REDIS_COMMAND_TIMEOUT_MS | No | 命令超时(毫秒) | 10000 |
| REDIS_CONNECT_TIMEOUT_MS | No | 连接超时(毫秒) | 5000 |
| REDIS_MAX_BATCH_OPERATIONS | No | 批量操作上限 | 50 |
| REDIS_MAX_RECONNECT_ATTEMPTS | No | 最大重连次数 | 10 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/wangmiaozero/redis-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server