Provides access to Redis database operations through the Model Context Protocol.
Redis provides a Model Context Protocol (MCP) server that exposes various Redis database operations as tools. This allows users to interact with a Redis database through an MCP client, executing commands such as setting, getting, deleting keys, and managing hashes and sorted sets. The server is built with TypeScript and offers a structured approach to extending functionality with new Redis tools.