概要
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.
主な機能
- Retrieves values from Redis using keys.
- Lists Redis keys matching specified patterns.
- Supports setting key-value pairs with optional expiration.
- Deletes single or multiple keys from Redis.
- Integrates with Claude Desktop via configuration.
ユースケース
- Enabling LLMs to store and retrieve information from a Redis database.
- Building context-aware applications that leverage Redis data for LLM interactions.
- Integrating Redis as a memory store for LLM-powered applications.