by @aws labs
An AWS Labs Model Context Protocol (MCP) server for Amazon ElastiCache [Valkey](https://valkey.io/) datastores.
This server provides the following tools for AI assistants:
Store, retrieve, append, increment, decrement, length and more.
Manage List collections with push/pop operations.
Store and retrieve items in Hashes. Check for existence of items in a hash, increment item values in a Hash, and more.
Store, retrieve, trim items in Streams.
Bitmaps let you perform bitwise operations on strings.
Store and retrieve JSON documents with path-based access.
Store and count items in HyperLogs.
Support for standalone and clustered Valkey deployments.
Pools connections by default to enable efficient connection management.
Prevent write operations to ensure data safety.