Momento MCP Server
JSON →An MCP server providing a simple interface to Momento's serverless caching service.
Install
npx -y @modelcontextprotocol/inspector Tools · 5
- get Get the cache value stored for the given key.
- set Sets the value in cache with a given Time To Live (TTL) seconds. If a value for this key is already present, it will be replaced by the new value regardless of the previous value's data type.
- list-caches Lists the names of all the caches in your Momento account.
- create-cache Creates a new cache in your Momento account
- delete-cache Deletes a cache from your Momento account
Environment variables
MOMENTO_API_KEY
Links
★ 3 GitHub stars