Redis MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| connect_redisC | 连接到 Redis 服务器 |
| disconnect_redisB | 断开与 Redis 服务器的连接 |
| string_setC | 设置字符串键值 |
| string_getC | 获取字符串值 |
| string_incrC | 递增数值 |
| string_decrC | 递减数值 |
| string_msetC | 批量设置键值 |
| string_mgetC | 批量获取键值 |
| hash_setC | 设置哈希字段 |
| hash_msetC | 批量设置哈希字段 |
| hash_getC | 获取哈希字段 |
| hash_getallC | 获取所有哈希字段 |
| hash_delC | 删除哈希字段 |
| list_lpushC | 左侧推入列表 |
| list_rpushC | 右侧推入列表 |
| list_lpopC | 左侧弹出列表 |
| list_rpopC | 右侧弹出列表 |
| list_rangeD | 获取列表范围 |
| set_addC | 添加集合成员 |
| set_removeC | 移除集合成员 |
| set_membersC | 获取集合所有成员 |
| zset_addC | 添加有序集合成员 |
| zset_removeC | 移除有序集合成员 |
| zset_rangeC | 获取有序集合范围 |
| key_deleteC | 删除键 |
| key_expireC | 设置键过期时间 |
| key_ttlC | 获取键过期时间 |
| key_searchC | 查找匹配的键 |
| key_typeC | 获取键类型 |
| key_infoC | 获取键信息 |
| key_delete_patternC | 批量删除匹配的键 |
| db_flushB | 清空当前数据库 |
| backup_createC | 创建 Redis 数据备份 |
| backup_restoreC | 从备份恢复 Redis 数据 |
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
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/pickstar-2002/redis-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server