redis-mcp
If you are the rightful owner of redis-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that provides access to Redis database operations.
The Redis MCP Server is a specialized server designed to facilitate interactions with Redis databases through the Model Context Protocol (MCP). It provides a structured and efficient way to perform various Redis operations, such as setting and getting values, managing hashes, and handling sorted sets. The server is implemented in TypeScript and offers a range of tools that abstract common Redis commands, making it easier for developers to integrate Redis functionalities into their applications. The server is designed to be extensible, allowing developers to add new tools as needed. It supports command-line configuration and can be easily integrated with MCP clients like Claude Desktop and Cline.
Features
- Comprehensive Redis Operations: Supports a wide range of Redis commands including HMSET, HGET, SCAN, SET, GET, DEL, ZADD, and more.
- Extensible Tool Architecture: Allows developers to add new Redis tools by extending the base tool class and registering them in the tool registry.
- TypeScript Implementation: Provides type safety and modern JavaScript features for robust and maintainable code.
- Command-Line Configuration: Easily configure server settings such as Redis host and port via command-line arguments.
- Integration with MCP Clients: Seamlessly integrates with MCP clients like Claude Desktop and Cline for streamlined operations.