MCP server that wraps the Zep Cloud API to give AI assistants long-term memory via a knowledge graph, enabling storing and searching facts, managing users and threads, and adding notes.
An MCP server that extends AI agents' context window by providing tools to store, retrieve, and search memories, allowing agents to maintain history and context across long interactions.
An MCP server that provides persistent long-term memory for AI agents via local SQLite storage with low token overhead, enabling memory storage, retrieval, and management across sessions.