MCP Redis
UnclaimedThe official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently
Install
uvx --from git+https://github.com/redis/mcp-redis.git@0.2.0 redis-mcp-server --url redis://localhost:6379/0Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (6)
docs
tool to search Redis documentation, tutorials, and best practices using natural language questions (backed by the MCPDOCSSEARCHURL HTTP API).
hash
tools to store field-value pairs within a single key. The hash can store vector embeddings. Useful for representing objects with multiple attributes, user profiles, or product information where fields can be accessed individually.
list
tools with common operations to append and pop items. Useful for queues, message brokers, or maintaining a list of most recent actions.
set
tools to add, remove and list set members. Useful for tracking unique values like user IDs or tags, and for performing set operations like intersection.
streams
tools to add, read, delete, create and destroy consumer groups, and acknowledge processed entries in data streams. Useful for event sourcing, activity feeds, and worker-based event processing with Redis Streams consumer groups.
string
tools to set, get strings with expiration. Useful for storing simple configuration values, session data, or caching responses.