Uses environment configuration for storing API keys and settings, with support for fallback mode when API connectivity issues occur.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-server-zep-cloudsearch my memory graph for information about my coffee preferences"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server for Zep Cloud
Give Claude and Codex long-term memory via Zep Cloud — store conversations, search a knowledge graph, and recall context across sessions.
Prerequisites
Get a free Zep Cloud API key at app.getzep.com.
Related MCP server: mcp-server-cloudbrowser
Quick Start
Claude Code (CLI)
Codex CLI
Claude Desktop / Codex Desktop
Add to your config file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Setup Script (clone + install)
The script installs the package, prompts for your API key, and configures Claude Desktop automatically.
Available Tools
Tool | Description |
| Store content in a memory thread (auto-creates thread) |
| Retrieve messages from a thread with pagination and role filtering |
| Semantic search across the user's knowledge graph |
| List all entities (nodes) in the knowledge graph |
| List all relationships (edges/facts) in the knowledge graph |
| Get detailed info about a node including edges and episodes |
| Cross-thread context retrieval from past conversations |
Docker
Development
Project Structure
Install for Development
Run the Server
Run Tests
License
MIT — see LICENSE.