Manages Redis operations through a set of tools accessible via the Management and Control Protocol (MCP).
This project provides a Redis Management and Control Protocol (MCP) server implementation built with Spring Boot and Spring AI. It offers a suite of tools for interacting with Redis, including setting, getting, deleting, and listing keys. The server leverages Spring AI's MCP Server-Sent Events (SSE) functionality for real-time communication and provides an API for efficient Redis data management, designed to be integrated with tools like Cursor.
Key Features
01Optional key expiration time
02SSE-based MCP implementation
03Redis key-value operations (set, get, delete)
04Configurable Redis connection
05Pattern-based key listing
062 GitHub stars
Use Cases
01Automating common Redis tasks through the MCP protocol
02Integrating Redis management into development workflows
03Providing a centralized interface for Redis operations