MCP Server for Zep Cloud provides a bridge between Claude Desktop and the Zep Cloud API, enabling memory management for AI assistants. Supports user management, collections management, and memory operations with persistent storage across conversations.
Overview
What is Zep Cloud MCP Server?
The Zep Cloud MCP Server provides seamless integration between AI assistants and Zep Cloud's memory management platform. It enables AI applications to maintain persistent memory across conversations and sessions.
Key Features
- User Management: Complete CRUD operations for user accounts
- Memory Collections: Organize memories into structured collections
- Persistent Storage: Store and retrieve memories across sessions
- Search Capabilities: Semantic search through stored memories
- Modern Implementation: Built with FastMCP for efficiency
- Fallback Mode: Graceful handling when Zep Cloud API is unavailable
Perfect For
- AI coding assistants that remember your preferences
- Conversational AI with long-term memory
- Personal AI assistants with contextual awareness
- Multi-session AI applications requiring persistence
Server Config
{
"mcpServers": {
"zep-cloud": {
"command": "npx",
"args": [
"-y",
"mcp-server-zep-cloud"
],
"env": {
"ZEP_CLOUD_API_KEY": "YOUR_ZEP_CLOUD_API_KEY"
}
}
}
}