farhankaz/redis-mcp
If you are the rightful owner of redis-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that provides access to Redis database operations.
Tools
Functions exposed to the LLM to take actions
hmset
Set multiple hash fields to multiple values
hget
Get the value of a hash field
hgetall
Get all the fields and values in a hash
scan
Scan Redis keys matching a pattern
set
Set string value with optional NX (only if not exists) and PX (expiry in milliseconds) options
get
Get string value
del
Delete a key
zadd
Add one or more members to a sorted set
zrange
Return a range of members from a sorted set by index
zrangebyscore
Return members from a sorted set with scores between min and max
zrem
Remove one or more members from a sorted set
sadd
Add one or more members to a set
smembers
Get all members in a set
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client