CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 44
Releases: redis/mcp-redis
0.2.0
Compare
Changes
New Features
- uvx support: easy installation and usage directly from GitHub
- CLI configuration: new command-line interface with support for Redis URI and individual parameter support
- Enhanced key management: new
scan_keys()
andscan_all_keys()
tools for better Redis database exploration - Redis cluster support: full support for Redis cluster deployments
Bug Fixes
- Fixed type conversion bugs in Redis connections
- Corrected JSON operations and vector error messages
- Fixed list operations (RPUSH, LRANGE) and decode response issues
Improvements
- Package distribution: console script entry point for installation via uvx
- Absolute import paths: fixed all imports for proper package installation and distribution
- Enhanced documentation: README updates with installation instructions
Acknowledgments
We extend our gratitude to all contributors who made this release possible:
@SPRAGE - Key management functionality and documentation improvements
@dgageot - Docker and infrastructure enhancements
@nafraf - Multiple bug fixes, including JSON operations, vector error messages, list operations, and VS Code integration
@giladwpx - Redis cluster mode support
@punkpeye - Documentation and badge improvements
@notgurev - Database environment variable support
@arjunkmrm - Various improvements and fixes to the Smithery configuration
@sany2k8 - README updates and documentation
@up1 - Fixed wrong import name
@SamFrancisco30 - Decode response removed where redundant
Assets 2
0.1.0
Compare
The first release of the official Redis MCP Server is available. It enables MCP Clients to read, write, and search data stored in Redis. It includes the most common commands to manage Redis data structures like JSON, hash, string, set, sorted set, and list. You can also manage pub/sub channels and streams. Additional management commands are available to check the status of the Redis Server.
This version includes an example to test this MCP Server with the OpenAI Agents SDK and the configuration to import it into Claude Desktop.