by @aws labs
MCP server for interacting with Amazon ElastiCache Memcached through a secure and reliable connection
This server provides the following tools for AI assistants:
Get statistics about the Memcached server.
Store a value in the Memcached cache.
Store a value only if the key does not already exist.
Replace an existing value in the cache.
Increment a numeric value in the cache.
Decrement a numeric value in the cache.
Retrieve a value from the Memcached cache by key.
Remove a value from the cache.