MCP Servers / database / Momento MCP Server

Momento MCP Server

JSON →
httpnone3database

An MCP server providing a simple interface to Momento's serverless caching service.

Install
How to run this server
[ { "cmd": "npx -y @modelcontextprotocol/inspector", "imports": [] } ]
server path: momento-mcp-server
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envMOMENTO_API_KEY
Resources
Momento MCP Server — MCP Server · libregistry