redis
redis is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of redis 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 server that provides access to Redis databases, enabling LLMs to interact with Redis key-value stores through standardized tools.
The Redis Model Context Protocol (MCP) server facilitates interaction between language models and Redis databases. It allows for seamless integration with Redis key-value stores, providing a standardized interface for setting, retrieving, and managing data. This server is particularly useful for applications that require real-time data access and manipulation, leveraging Redis's speed and efficiency. The server supports essential operations such as setting key-value pairs, retrieving values, deleting keys, and listing keys based on patterns. It also includes robust error handling and retry mechanisms to ensure reliable connectivity and operation.
Features
- Standardized interface for Redis operations
- Supports key-value pair management with optional expiration
- Pattern-based key listing
- Exponential backoff for connection retries
- Compatible with Docker and NPX for easy deployment
Tools
set
Set a Redis key-value pair with optional expiration
get
Get value by key from Redis
delete
Delete one or more keys from Redis
list
List Redis keys matching a pattern