GongRzhe_REDIS-MCP-Server
0
Redis MCP Server is a Model Context Protocol server designed for interacting with Redis databases. It offers a set of standardized tools for managing key-value pairs, making it suitable for integration with language model applications.
Redis MCP Server
A Redis Model Context Protocol (MCP) server implementation for interacting with Redis databases, enabling LLMs to work with Redis key-value stores through standardized tools.
Features
- Components: Provides tools like
set
,get
,delete
, andlist
for managing Redis keys and values.
Installation & Usage
- Install via Smithery or manually using
npx
or install globally vianpm
. - Can be configured for Claude Desktop and used via Docker.
Configuration
- Detailed configuration instructions for using with Claude Desktop or Docker.