Back to directory
@gomomento/mcp-momento

@gomomento/mcp-momento

@momentohq3

A simple Model Context Protocol (MCP) server implementation for Momento Cache, providing tools to interact with Momento Cache for operations like get, set, list, create, and delete caches.

cachemomentodatabase

Installation & Configuration

{
  "mcpServers": {
    "momento": {
      "command": "npx",
      "args": [
        "-y",
        "@gomomento/mcp-momento"
      ],
      "env": {
        "MOMENTO_API_KEY": "your-api-key",
        "MOMENTO_CACHE_NAME": "your-cache-name",
        "DEFAULT_TTL_SECONDS": 60
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2025/4/3
Updated
2026/6/8