mcp-momento

mcp-momento

1

Momento MCP Server is a protocol server implementation designed for easy interaction with Momento Cache, providing functionalities such as storing, retrieving, listing, creating, and deleting caches. It supports configuration through environment variables and offers quick integration with tools like MCP Inspector.

Momento MCP Server

A simple Model Context Protocol (MCP) server implementation for Momento Cache. Available on npmjs as a package. Features include:

  • Tools:
    • get: Retrieve cache value for a given key and cache name.
    • set: Store a key-value pair in cache with TTL.
    • list-caches: List all available cache names.
    • create-cache: Create a new cache.
    • delete-cache: Remove an existing cache.

Quickstart

  • Obtain a Momento API key from the Momento Console.
  • Configure environment variables for cache name and TTL.