eaddingtonwhite
MCP Servereaddingtonwhitepublic

momento mcp

用于与 Momento 服务交互的模型上下文协议服务器。

Repository Info

1
Stars
0
Forks
1
Watchers
0
Issues
Go
Language
Apache License 2.0
License

About This Server

用于与 Momento 服务交互的模型上下文协议服务器。

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

momento-mcp

A Model Context Protocol server for interacting with Momento services.

Currently Supported API's

CommandDescriptionInput
setSet a key-value pair with optional TTLkey (string), value (string), ttl (int, optional)
getGet value by keykey (string)
deleteDelete an item by keykey (string)

Running Server & Examples

With Claude Desktop

  1. Build Momento MCP Server go build pkg/server/main.go
  2. Get a Momento API Key from Momento Console
  3. Configure Claude Desktop App's claude_desktop_config.json
{
    "mcpServers": {
        "momento-mcp-server": {
            "command": "/Path/to/project/momento-mcp/main",
            "args": [],
            "env": {
                "MOMENTO_API_KEY": "REPLACE_ME",
                "CACHE_NAME": "default"
            }
        }
    }
}

Running Examples

Note: Example requires Momento and Open AI API keys set

HTTP Transport

  1. Start Server
TRANSPORT=HTTP go run pkg/server/main.go
  1. Run Client
cd examples/langchain
TRANSPORT=HTTP go run main.go

Momento Transport

  1. Start Server
TRANSPORT=MOMENTO go run pkg/server/main.go
  1. Run Client
cd examples/langchain
TRANSPORT=MOMENTO go run main.go

Quick Start

1

Clone the repository

git clone https://github.com/eaddingtonwhite/momento-mcp
2

Install dependencies

cd momento-mcp
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownereaddingtonwhite
Repomomento-mcp
LanguageGo
LicenseApache License 2.0
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation