Redis Management
Manages Redis operations through a set of tools accessible via the Management and Control Protocol (MCP).
Acerca de
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.
Características Principales
- Optional key expiration time
- SSE-based MCP implementation
- Redis key-value operations (set, get, delete)
- Configurable Redis connection
- Pattern-based key listing
- 2 GitHub stars
Casos de Uso
- Automating common Redis tasks through the MCP protocol
- Integrating Redis management into development workflows
- Providing a centralized interface for Redis operations