Enables LLMs to interact with Redis key-value stores through standardized tools.
A Redis Model Context Protocol (MCP) server implementation designed for seamless interaction between Large Language Models (LLMs) and Redis databases. This server provides a standardized set of tools, allowing LLMs to efficiently manage and retrieve data from Redis key-value stores. It supports operations such as setting, getting, and deleting keys, as well as listing keys based on patterns, all configurable for use with applications like Claude Desktop.
Key Features
01Retrieves values from Redis using keys.
02Lists Redis keys matching specified patterns.
03Supports setting key-value pairs with optional expiration.
04Deletes single or multiple keys from Redis.
05Integrates with Claude Desktop via configuration.
Use Cases
01Enabling LLMs to store and retrieve information from a Redis database.
02Building context-aware applications that leverage Redis data for LLM interactions.
03Integrating Redis as a memory store for LLM-powered applications.