Redis MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| hmsetC | Set multiple hash fields to multiple values |
| hgetC | Get the value of a hash field |
| hgetallC | Get all the fields and values in a hash |
| scanC | Scan Redis keys matching a pattern |
| setC | Set string value with optional NX (only if not exists) and PX (expiry in milliseconds) options |
| getD | Get string value |
| delC | Delete a key |
| zaddC | Add one or more members to a sorted set |
| zrangeC | Return a range of members from a sorted set by index |
| zrangebyscoreC | Return members from a sorted set with scores between min and max |
| zremC | Remove one or more members from a sorted set |
| saddC | Add one or more members to a set |
| smembersC | Get all members in a set |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |