Skip to main content
Zep logo

Zep

The Foundational Memory Layer for AI. Equip your agents with the knowledge to complete tasks, from the mundane to monumental.

This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.

Connect

Zep authenticates with an API key. Generate the credential in your Zep account, then paste it into FlyMyAI the first time an agent uses a Zep action.

Get your Zep credential →

Fields to fill in FlyMyAI

FieldDetails
API KeyYour Zep API key. For Zep Cloud, create an API key in Project Settings under Project Keys. Keys starting with "z_" use Api-Key format, others use Bearer format. (required)

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
ZEP_ADD_FACT_TRIPLETool to add a manually specified fact triple (subject-predicate-object) to the Zep knowledge graph. Use when you need to add explicit relationships between entities. Returns a task_id to monitor processing status.fact, fact_name, target_node_name
ZEP_ADD_SESSION_MEMORYTool to add memory messages to a specified Zep session. Use when you need to store conversation history or context in a session.session_id, messages
ZEP_ADD_THREAD_MESSAGESTool to add chat messages to a thread in Zep and ingest them into the user knowledge graph. Use when you need to add conversation history to a thread - for best results, add messages on every chat turn in the order they were created.thread_id, messages
ZEP_CLONE_GRAPHTool to clone a user or group graph with new identifiers in Zep. Use when you need to create test copies of user data, migrate user graphs to new identifiers, or set up template graphs for new users. This is an asynchronous operation that returns a task_id fo…-
ZEP_CREATE_GRAPHTool to create a new graph by adding data to Zep. Use when you need to add text, message, or JSON data to a user's graph or a specific graph. The data is processed and an episode node is created in the graph.data, type
ZEP_CREATE_GROUPTool to create a new group in Zep for multi-user graph management. Use when you need to create a namespace for shared context across multiple users.group_id, name, description
ZEP_CREATE_SESSIONTool to create a new session in Zep for storing conversation memory. Use when you need to establish a new conversation context linked to an existing user. The user must be created first before creating a session.session_id, user_id
ZEP_CREATE_THREADTool to create a new thread in Zep for a specific user. Use when you need to start a new conversation thread. The user must be created first before creating a thread. Zep automatically warms the cache for that user's graph data in the background to improve qu…thread_id, user_id
ZEP_CREATE_USERTool to create a new user in Zep with properties like user_id, email, and metadata. Use when you need to add a new user to the system. It is recommended to provide at least first_name and ideally last_name for better user association.user_id
ZEP_DELETE_GRAPHTool to delete a graph from Zep. Use when you need to permanently remove a graph and all associated data.graph_id
ZEP_DELETE_GROUPTool to delete a group from Zep. Use when you need to permanently remove a group and its associated data.group_id
ZEP_DELETE_SESSIONTool to delete a session and its memory from Zep. Use when you need to permanently remove all memory data associated with a specific session.session_id
ZEP_DELETE_THREADTool to delete a thread and its messages from Zep. Note that deleting a thread removes the thread and its messages from the thread history but does not delete associated data in the user's knowledge graph.thread_id
ZEP_DELETE_USERTool to delete a user and all associated threads and artifacts from Zep. Use when you need to permanently remove a user and handle Right To Be Forgotten requests. Deleting a user will delete all threads and thread artifacts associated with that user.user_id
ZEP_GET_EDGETool to retrieve a specific edge by its UUID from the Zep knowledge graph. Use when you need to fetch detailed information about a relationship between nodes, including the semantic fact, connected nodes, and temporal metadata.edge_uuid
ZEP_GET_GRAPH_BY_IDTool to retrieve a graph by its unique identifier from Zep. Use when you need to fetch details about a specific graph including its name, description, and timestamps.graph_id
ZEP_GET_GROUPTool to retrieve a group by ID from Zep. Use when you need to fetch detailed information about a specific group including its configuration and metadata.group_id
ZEP_GET_NODE_EDGESTool to retrieve all entity edges for a specific node in the Zep knowledge graph. Use when you need to fetch relationship information, facts, and connections for a given node UUID.node_uuid
ZEP_GET_PROJECT_INFOTool to retrieve project information based on the provided API key. Use when you need to fetch project details including UUID, name, description, and creation timestamp.-
ZEP_GET_SESSIONTool to retrieve a session by its unique identifier from Zep. Use when you need to fetch details about a specific session including user association, timestamps, classifications, and metadata.session_id
ZEP_GET_SESSION_MEMORYTool to retrieve memory for a given session including relevant facts and entities. Use when you need contextual information and historical data from a session.session_id
ZEP_GET_SESSION_MESSAGETool to retrieve a specific message by UUID from a Zep session. Use when you need to fetch a single message's details by its unique identifier from a particular session.session_id, message_uuid
ZEP_GET_SESSION_MESSAGESTool to retrieve messages for a given session from Zep. Use when you need to fetch the message history for a specific session with optional pagination support.session_id
ZEP_GET_TASK_STATUSTool to check the status of asynchronous operations in Zep. Use when monitoring batch adds, clone operations, or fact triple additions. Returns comprehensive task information including status, progress, timestamps, and error details if applicable.task_id
ZEP_GET_THREAD_MESSAGESTool to retrieve conversation history for a specific thread from Zep. Use when you need to fetch the chat message history with optional pagination support via limit, cursor, or lastn parameters.thread_id
ZEP_GET_THREAD_USER_CONTEXTTool to retrieve the most relevant user context from the user graph based on thread messages. Use when you need to get context including memory from past threads that is most relevant to the current thread.thread_id
ZEP_GET_USERTool to retrieve a user by their user ID from Zep. Use when you need to fetch detailed information about a specific user including their profile, metadata, and configuration settings.user_id
ZEP_GET_USER_NODETool to retrieve a user's graph node and summary from Zep. Use when you need to access the user summary generated from instructions, build custom context blocks, or retrieve facts and information associated with a specific user.user_id
ZEP_GET_USER_NODESTool to retrieve all nodes for a specific user from their graph in Zep. Use when you need to fetch entity information, preferences, and knowledge graph data for a user. Supports pagination via limit and uuid_cursor parameters.user_id
ZEP_GET_USER_SESSIONSTool to retrieve all sessions for a user from Zep. Use when you need to fetch session history for a specific user ID. Returns an array of session objects with metadata, classifications, and timestamps.user_id
ZEP_GET_USER_THREADSTool to retrieve all threads for a specific user from Zep. Use when you need to fetch thread history for a specific user ID. Returns an array of thread objects with identifiers and timestamps.user_id
ZEP_GRAPH_SEARCHTool to perform hybrid graph search combining semantic similarity and BM25 full-text search across the Zep knowledge graph. Use when you need to search for entities, relationships, or episodes within a user, group, or specific graph. Supports various rerankin…query
ZEP_LIST_GRAPHSTool to retrieve all graphs from Zep with pagination support. Use when you need to fetch a list of graphs with optional pagination via page_number and page_size parameters.-
ZEP_LIST_GROUPS_ORDEREDTool to retrieve all groups from Zep with pagination support. Use when you need to fetch a list of groups with optional pagination via pageNumber and pageSize parameters.-
ZEP_LIST_SESSIONS_ORDEREDTool to retrieve all sessions from Zep with pagination and ordering support. Use when you need to fetch a list of sessions with optional pagination via page_number and page_size parameters.-
ZEP_LIST_THREADSTool to retrieve all threads from Zep with pagination support. Use when you need to fetch a list of threads with optional pagination and sorting via page_number, page_size, order_by, and asc parameters.-
ZEP_LIST_USERS_ORDEREDTool to retrieve all users from Zep with pagination support. Use when you need to fetch a list of users with optional pagination via pageNumber and pageSize parameters.-
ZEP_THREADTool to list all threads with pagination and ordering support. Use when you need to retrieve threads with optional pagination (page_number, page_size) and ordering (order_by, asc) parameters.-
ZEP_UPDATE_GRAPHTool to update graph information in Zep including name and description. Use when you need to modify graph properties after creation.graph_id
ZEP_UPDATE_GROUPTool to update group information in Zep including name, description, and fact rating instructions. Use when you need to modify an existing group's properties.group_id
ZEP_UPDATE_MESSAGETool to update a message in a Zep thread. Use when you need to modify message content, metadata, role, or other properties of an existing message. Particularly useful for adding or modifying metadata after a message has been created.message_uuid
ZEP_UPDATE_SESSIONTool to update session metadata in Zep. Use when you need to modify or add metadata to an existing session. Metadata is merged, so existing keys are preserved unless explicitly overwritten.session_id, metadata
ZEP_UPDATE_USERTool to update an existing user's information in Zep including email, metadata, and ontology settings. Use when you need to modify user properties after creation.user_id
We love our partners - FlyMy.AI builds with the best. Thanks, Zep!