mcp server
@dock0/zep-docs
Zep is a context engineering platform that systematically assembles personalized context—user preferences, traits, and business data—for reliable agent applications. Zep combines agent memory, Graph RAG, and context assembly capabilities to deliver comprehensive personalized context that reduces hallucinations and improves accuracy.
Connect
Create a key, paste the endpoint into your MCP client, then run a quick probe to confirm the connection works end-to-end.
https://dock0.mcp.dock0.dev/zep-docs/mcphttps://dock0.mcp.dock0.dev/zep-docs/mcpcurl -sS \
-H 'Authorization: Bearer <YOUR_MCP_KEY>' \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":"1","method":"tools/list","params":{}}' \
https://dock0.mcp.dock0.dev/zep-docs/mcpBefore you start
This server is currently free to use.
You can still create a key and connect it the same way as any paid server.
Step 1: sign in. Step 2: create a key. Step 3: paste the generated client config into Claude, Cursor, or Claude Code.
Dock0 generates a buyer-scoped key and a ready-to-paste client guide after sign-in.
Sign in to create keypricing
Free
Free to use
total calls
0
Lifetime traffic
success rate
100.0%
0 non-success calls
p95 latency
0ms
Lifetime p95
stars
0
Community saves
1 tools • 0 prompts • 193 resources
Refreshed 4/12/2026, 1:25:41 PM
search_documentation
Search the Zep documentation database for relevant information
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Search phrase or question about Zep"
},
"max_results": {
"type": "number",
"default": 5,
"maximum": 20,
"minimum": 1,
"description": "Number of chunks to return"
}
},
"additionalProperties": false
}No prompts published.
Overview
Zep documentation page: Overview
text/markdown
Concepts
Zep documentation page: Concepts
text/markdown
Architecture patterns
Zep documentation page: Architecture patterns
text/markdown
What is context engineering
Zep documentation page: What is context engineering
text/markdown
Retrieval philosophy
Zep documentation page: Retrieval philosophy
text/markdown
Users and user graphs
Zep documentation page: Users and user graphs
text/markdown
Threads
Zep documentation page: Threads
text/markdown
Graph overview
Zep documentation page: Graph overview
text/markdown
Zep vs graph rag
Zep documentation page: Zep vs graph rag
text/markdown
Facts
Zep documentation page: Facts
text/markdown
Summaries
Zep documentation page: Summaries
text/markdown
Quick start guide
Zep documentation page: Quick start guide
text/markdown
Evaluate zep for your use case
Zep documentation page: Evaluate zep for your use case
text/markdown
Docs mcp server
Zep documentation page: Docs mcp server
text/markdown
Llms txt
Zep documentation page: Llms txt
text/markdown
Zepctl cli
Zep documentation page: Zepctl cli
text/markdown
Debugging
Zep documentation page: Debugging
text/markdown
Adding context
Zep documentation page: Adding context
text/markdown
Adding messages
Zep documentation page: Adding messages
text/markdown
Adding business data
Zep documentation page: Adding business data
text/markdown
Adding batch data
Zep documentation page: Adding batch data
text/markdown
Assembling context
Zep documentation page: Assembling context
text/markdown
Retrieving context
Zep documentation page: Retrieving context
text/markdown
Context templates
Zep documentation page: Context templates
text/markdown
Advanced context block construction
Zep documentation page: Advanced context block construction
text/markdown
Customizing context
Zep documentation page: Customizing context
text/markdown
Customizing graph structure
Zep documentation page: Customizing graph structure
text/markdown
Custom instructions
Zep documentation page: Custom instructions
text/markdown
User summary instructions
Zep documentation page: User summary instructions
text/markdown
Create graph
Zep documentation page: Create graph
text/markdown
Searching the graph
Zep documentation page: Searching the graph
text/markdown
Reading data from the graph
Zep documentation page: Reading data from the graph
text/markdown
Deleting data from the graph
Zep documentation page: Deleting data from the graph
text/markdown
Cloning graphs
Zep documentation page: Cloning graphs
text/markdown
Adding fact triplets
Zep documentation page: Adding fact triplets
text/markdown
Detecting patterns
Zep documentation page: Detecting patterns
text/markdown
Chunking large documents
Zep documentation page: Chunking large documents
text/markdown
Check data ingestion status
Zep documentation page: Check data ingestion status
text/markdown
Give your agent domain knowledge
Zep documentation page: Give your agent domain knowledge
text/markdown
How to share context across users using graphs
Zep documentation page: How to share context across users using graphs
text/markdown
How to add user specific business data to user graphs
Zep documentation page: How to add user specific business data to user graphs
text/markdown
How to get most relevant facts for an arbitrary query
Zep documentation page: How to get most relevant facts for an arbitrary query
text/markdown
How to find facts relevant to a specific node
Zep documentation page: How to find facts relevant to a specific node
text/markdown
Performance
Zep documentation page: Performance
text/markdown
Adding json best practices
Zep documentation page: Adding json best practices
text/markdown
Security compliance
Zep documentation page: Security compliance
text/markdown
Role based access control
Zep documentation page: Role based access control
text/markdown
Audit logging
Zep documentation page: Audit logging
text/markdown
Api logging
Zep documentation page: Api logging
text/markdown
Hipaa compliance
Zep documentation page: Hipaa compliance
text/markdown
Bring your own key
Zep documentation page: Bring your own key
text/markdown
Bring your own llm
Zep documentation page: Bring your own llm
text/markdown
Webhooks
Zep documentation page: Webhooks
text/markdown
Langgraph memory
Zep documentation page: Langgraph memory
text/markdown
Autogen memory
Zep documentation page: Autogen memory
text/markdown
Livekit memory
Zep documentation page: Livekit memory
text/markdown
Elevenlabs
Zep documentation page: Elevenlabs
text/markdown
Crewai memory
Zep documentation page: Crewai memory
text/markdown
Nvidia nemo
Zep documentation page: Nvidia nemo
text/markdown
Google adk memory
Zep documentation page: Google adk memory
text/markdown
February 2026 deprecation wave
Zep documentation page: February 2026 deprecation wave
text/markdown
Mem0 to zep
Zep documentation page: Mem0 to zep
text/markdown
Faq
Zep documentation page: Faq
text/markdown
Zep vs graphiti
Zep documentation page: Zep vs graphiti
text/markdown
Get threads
Zep documentation page: Get threads
text/markdown
Start a new thread
Zep documentation page: Start a new thread
text/markdown
Delete thread
Zep documentation page: Delete thread
text/markdown
Get user context
Zep documentation page: Get user context
text/markdown
Get messages of a thread
Zep documentation page: Get messages of a thread
text/markdown
Add messages to a thread
Zep documentation page: Add messages to a thread
text/markdown
Add messages to a thread in batch
Zep documentation page: Add messages to a thread in batch
text/markdown
Updates a message
Zep documentation page: Updates a message
text/markdown
Add
Zep documentation page: Add
text/markdown
List ordered
Zep documentation page: List ordered
text/markdown
Get
Zep documentation page: Get
text/markdown
Delete
Zep documentation page: Delete
text/markdown
Update
Zep documentation page: Update
text/markdown
Get user node
Zep documentation page: Get user node
text/markdown
Get user threads
Zep documentation page: Get user threads
text/markdown
Warm user cache
Zep documentation page: Warm user cache
text/markdown
List user instructions
Zep documentation page: List user instructions
text/markdown
Add user instructions
Zep documentation page: Add user instructions
text/markdown
Delete user instructions
Zep documentation page: Delete user instructions
text/markdown
Create context template
Zep documentation page: Create context template
text/markdown
Get context template
Zep documentation page: Get context template
text/markdown
Update context template
Zep documentation page: Update context template
text/markdown
List context templates
Zep documentation page: List context templates
text/markdown
Delete context template
Zep documentation page: Delete context template
text/markdown
Set ontology
Zep documentation page: Set ontology
text/markdown
List ontology
Zep documentation page: List ontology
text/markdown
Add data
Zep documentation page: Add data
text/markdown
Add data in batch mode
Zep documentation page: Add data in batch mode
text/markdown
Add fact triple
Zep documentation page: Add fact triple
text/markdown
Clone graph
Zep documentation page: Clone graph
text/markdown
Create graph
Zep documentation page: Create graph
text/markdown
List all graphs
Zep documentation page: List all graphs
text/markdown
Detect patterns experimental
Zep documentation page: Detect patterns experimental
text/markdown
Search
Zep documentation page: Search
text/markdown
Get graph
Zep documentation page: Get graph
text/markdown
Delete graph
Zep documentation page: Delete graph
text/markdown
Update graph
Zep documentation page: Update graph
text/markdown
Get graph edges
Zep documentation page: Get graph edges
text/markdown
Get user edges
Zep documentation page: Get user edges
text/markdown
Get edge
Zep documentation page: Get edge
text/markdown
Update edge
Zep documentation page: Update edge
text/markdown
Delete edge
Zep documentation page: Delete edge
text/markdown
Get graph episodes
Zep documentation page: Get graph episodes
text/markdown
Get user episodes
Zep documentation page: Get user episodes
text/markdown
Get episode
Zep documentation page: Get episode
text/markdown
Delete episode
Zep documentation page: Delete episode
text/markdown
Return any nodes and edges mentioned in an episode
Zep documentation page: Return any nodes and edges mentioned in an episode
text/markdown
Get graph nodes
Zep documentation page: Get graph nodes
text/markdown
Get user nodes
Zep documentation page: Get user nodes
text/markdown
Get entity edges for a node
Zep documentation page: Get entity edges for a node
text/markdown
Get episodes for a node
Zep documentation page: Get episodes for a node
text/markdown
Get node
Zep documentation page: Get node
text/markdown
Update node
Zep documentation page: Update node
text/markdown
Delete node
Zep documentation page: Delete node
text/markdown
List custom instructions
Zep documentation page: List custom instructions
text/markdown
Add custom instructions
Zep documentation page: Add custom instructions
text/markdown
Delete custom instructions
Zep documentation page: Delete custom instructions
text/markdown
Retrieves project information
Zep documentation page: Retrieves project information
text/markdown
Get task
Zep documentation page: Get task
text/markdown
Get graph communities experimental
Zep documentation page: Get graph communities experimental
text/markdown
Get user communities experimental
Zep documentation page: Get user communities experimental
text/markdown
Get community experimental
Zep documentation page: Get community experimental
text/markdown
Welcome
Zep documentation page: Welcome
text/markdown
Coding with llms
Zep documentation page: Coding with llms
text/markdown
Concepts
Zep documentation page: Concepts
text/markdown
Quickstart
Zep documentation page: Quickstart
text/markdown
Walkthrough
Zep documentation page: Walkthrough
text/markdown
Memory
Zep documentation page: Memory
text/markdown
Projects
Zep documentation page: Projects
text/markdown
Users
Zep documentation page: Users
text/markdown
Sessions
Zep documentation page: Sessions
text/markdown
Groups
Zep documentation page: Groups
text/markdown
Understanding the graph
Zep documentation page: Understanding the graph
text/markdown
Facts
Zep documentation page: Facts
text/markdown
Customizing graph structure
Zep documentation page: Customizing graph structure
text/markdown
Adding data to the graph
Zep documentation page: Adding data to the graph
text/markdown
Reading data from the graph
Zep documentation page: Reading data from the graph
text/markdown
Searching the graph
Zep documentation page: Searching the graph
text/markdown
Deleting data from the graph
Zep documentation page: Deleting data from the graph
text/markdown
Debugging
Zep documentation page: Debugging
text/markdown
Customize your memory context string
Zep documentation page: Customize your memory context string
text/markdown
How to share memory across users using group graphs
Zep documentation page: How to share memory across users using group graphs
text/markdown
Add session
Zep documentation page: Add session
text/markdown
Get session
Zep documentation page: Get session
text/markdown
List sessions
Zep documentation page: List sessions
text/markdown
Get
Zep documentation page: Get
text/markdown
Get session messages
Zep documentation page: Get session messages
text/markdown
Add
Zep documentation page: Add
text/markdown
Delete
Zep documentation page: Delete
text/markdown
Get sessions
Zep documentation page: Get sessions
text/markdown
Create group
Zep documentation page: Create group
text/markdown
Get all groups
Zep documentation page: Get all groups
text/markdown
Get group
Zep documentation page: Get group
text/markdown
Delete group
Zep documentation page: Delete group
text/markdown
Update group
Zep documentation page: Update group
text/markdown
Get entity types
Zep documentation page: Get entity types
text/markdown
Set entity types
Zep documentation page: Set entity types
text/markdown
Get group edges
Zep documentation page: Get group edges
text/markdown
Get group episodes
Zep documentation page: Get group episodes
text/markdown
Get group nodes
Zep documentation page: Get group nodes
text/markdown
Get fact
Zep documentation page: Get fact
text/markdown
Delete fact
Zep documentation page: Delete fact
text/markdown
End sessions
Zep documentation page: End sessions
text/markdown
Search sessions
Zep documentation page: Search sessions
text/markdown
Update session
Zep documentation page: Update session
text/markdown
Classify session
Zep documentation page: Classify session
text/markdown
End session
Zep documentation page: End session
text/markdown
Get session facts
Zep documentation page: Get session facts
text/markdown
Add session facts
Zep documentation page: Add session facts
text/markdown
Get session message
Zep documentation page: Get session message
text/markdown
Update message metadata
Zep documentation page: Update message metadata
text/markdown
Search
Zep documentation page: Search
text/markdown
Get summaries
Zep documentation page: Get summaries
text/markdown
Synthesize question
Zep documentation page: Synthesize question
text/markdown
Get user facts
Zep documentation page: Get user facts
text/markdown
Get group facts
Zep documentation page: Get group facts
text/markdown
List collections
Zep documentation page: List collections
text/markdown
Get collection
Zep documentation page: Get collection
text/markdown
Add collection
Zep documentation page: Add collection
text/markdown
Delete collection
Zep documentation page: Delete collection
text/markdown
Update collection
Zep documentation page: Update collection
text/markdown
Add documents
Zep documentation page: Add documents
text/markdown
Batch delete documents
Zep documentation page: Batch delete documents
text/markdown
Batch get documents
Zep documentation page: Batch get documents
text/markdown
Batch update documents
Zep documentation page: Batch update documents
text/markdown
Gets a document from a document collection by uuid
Zep documentation page: Gets a document from a document collection by uuid
text/markdown
Delete document
Zep documentation page: Delete document
text/markdown
Updates a document
Zep documentation page: Updates a document
text/markdown
Search
Zep documentation page: Search
text/markdown