mcp-momento
If you are the rightful owner of mcp-momento 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 simple Model Context Protocol (MCP) server implementation for Momento Cache.
The Momento MCP Server is a straightforward implementation of the Model Context Protocol designed specifically for use with Momento Cache. It provides a set of tools to interact with the cache, allowing users to perform operations such as retrieving, setting, listing, creating, and deleting cache entries. The server is available as an npm package, making it easy to integrate into Node.js applications. With the Momento MCP Server, developers can efficiently manage cache data, ensuring quick access and storage of key-value pairs. The server supports operations with optional parameters like cache name and Time To Live (TTL), providing flexibility in cache management. Additionally, it offers a quickstart guide for setting up the environment and running the server, making it accessible for both new and experienced users.
Features
- Simple integration with Momento Cache via npm package.
- Supports key operations: get, set, list-caches, create-cache, and delete-cache.
- Optional parameters for cache name and TTL for flexible cache management.
- Quickstart guide for easy setup and configuration.
- Compatible with MCP Inspector for enhanced inspection and debugging.
Tools
get
Get cached value
set
Set cache value