
momento mcp
用于与 Momento 服务交互的模型上下文协议服务器。
Repository Info
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
| Command | Description | Input |
|---|---|---|
set | Set a key-value pair with optional TTL | key (string), value (string), ttl (int, optional) |
get | Get value by key | key (string) |
delete | Delete an item by key | key (string) |
Running Server & Examples
With Claude Desktop
- Build Momento MCP Server
go build pkg/server/main.go - Get a Momento API Key from Momento Console
- 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
- Start Server
TRANSPORT=HTTP go run pkg/server/main.go
- Run Client
cd examples/langchain
TRANSPORT=HTTP go run main.go
Momento Transport
- Start Server
TRANSPORT=MOMENTO go run pkg/server/main.go
- Run Client
cd examples/langchain
TRANSPORT=MOMENTO go run main.go
Quick Start
Clone the repository
git clone https://github.com/eaddingtonwhite/momento-mcpInstall dependencies
cd momento-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.