dock
DocsDirectoryDashboard
dock
DocsDirectoryAboutTermsPrivacy
© 2026 Dock0
Directory/@dock0/zep-docs

mcp server

Zep Docs

@dock0/zep-docs

Updated 3/21/2026, 10:49:26 AM

running

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.

Checked 6/20/2026, 5:15:57 PM

Last called Never

Last deployed Never

0 stars
Author profileBack to directory

Author

@dock0

pro plan · 10 public deployments

Total calls0
Reputation100.0% success
Community saves0

Use author profile history and deployment-level usage together when deciding whether to integrate.

Connect

Use this MCP endpoint

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/mcp
tools/list probe
curl -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/mcp

Before you start

Pricing and call-balance policy

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.

Sign in to create a key

Dock0 generates a buyer-scoped key and a ready-to-paste client guide after sign-in.

Sign in to create key

pricing

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

Capabilities

1 tools • 0 prompts • 200 resources

Refreshed 6/20/2026, 5:15:57 PM

prompts/list: Method not found

Tools (1)
  • search_documentation

    Search the Zep documentation database for relevant information

    Input schema
    {
      "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": 10,
          "minimum": 1,
          "description": "Number of chunks to return"
        }
      }
    }
Prompts (0)

No prompts published.

Resources (200)
  • zep-docs-overview

    Zep documentation page: Overview

    text/markdown

  • zep-docs-concepts

    Zep documentation page: Concepts

    text/markdown

  • zep-docs-architecture-patterns

    Zep documentation page: Architecture patterns

    text/markdown

  • zep-docs-what-is-context-engineering

    Zep documentation page: What is context engineering

    text/markdown

  • zep-docs-retrieval-philosophy

    Zep documentation page: Retrieval philosophy

    text/markdown

zep-docs-users-and-user-graphs

Zep documentation page: Users and user graphs

text/markdown

  • zep-docs-threads

    Zep documentation page: Threads

    text/markdown

  • zep-docs-graph-overview

    Zep documentation page: Graph overview

    text/markdown

  • zep-docs-zep-vs-graph-rag

    Zep documentation page: Zep vs graph rag

    text/markdown

  • zep-docs-quick-start-guide

    Zep documentation page: Quick start guide

    text/markdown

  • zep-docs-evaluate-zep-for-your-use-case

    Zep documentation page: Evaluate zep for your use case

    text/markdown

  • zep-docs-docs-mcp-server

    Zep documentation page: Docs mcp server

    text/markdown

  • zep-docs-llms-txt

    Zep documentation page: Llms txt

    text/markdown

  • zep-docs-docs/developer-tools/zepctl-cli

    Zep documentation page: Zepctl cli

    text/markdown

  • zep-docs-debugging

    Zep documentation page: Debugging

    text/markdown

  • zep-docs-adding-context

    Zep documentation page: Adding context

    text/markdown

  • zep-docs-adding-messages

    Zep documentation page: Adding messages

    text/markdown

  • zep-docs-adding-business-data

    Zep documentation page: Adding business data

    text/markdown

  • zep-docs-adding-batch-data

    Zep documentation page: Adding batch data

    text/markdown

  • zep-docs-assembling-context

    Zep documentation page: Assembling context

    text/markdown

  • zep-docs-context-types

    Zep documentation page: Context types

    text/markdown

  • zep-docs-facts

    Zep documentation page: Facts

    text/markdown

  • zep-docs-entities

    Zep documentation page: Entities

    text/markdown

  • zep-docs-episodes

    Zep documentation page: Episodes

    text/markdown

  • zep-docs-thread-summaries

    Zep documentation page: Thread summaries

    text/markdown

  • zep-docs-observations

    Zep documentation page: Observations

    text/markdown

  • zep-docs-user-summary

    Zep documentation page: User summary

    text/markdown

  • zep-docs-retrieving-context

    Zep documentation page: Retrieving context

    text/markdown

  • zep-docs-context-templates

    Zep documentation page: Context templates

    text/markdown

  • zep-docs-advanced-context-block-construction

    Zep documentation page: Advanced context block construction

    text/markdown

  • zep-docs-customizing-context

    Zep documentation page: Customizing context

    text/markdown

  • zep-docs-customizing-graph-structure

    Zep documentation page: Customizing graph structure

    text/markdown

  • zep-docs-custom-instructions

    Zep documentation page: Custom instructions

    text/markdown

  • zep-docs-user-summary-instructions

    Zep documentation page: User summary instructions

    text/markdown

  • zep-docs-create-graph

    Zep documentation page: Create graph

    text/markdown

  • zep-docs-searching-the-graph

    Zep documentation page: Searching the graph

    text/markdown

  • zep-docs-reading-data-from-the-graph

    Zep documentation page: Reading data from the graph

    text/markdown

  • zep-docs-deleting-data-from-the-graph

    Zep documentation page: Deleting data from the graph

    text/markdown

  • zep-docs-cloning-graphs

    Zep documentation page: Cloning graphs

    text/markdown

  • zep-docs-adding-fact-triplets

    Zep documentation page: Adding fact triplets

    text/markdown

  • zep-docs-detecting-patterns

    Zep documentation page: Detecting patterns

    text/markdown

  • zep-docs-chunking-large-documents

    Zep documentation page: Chunking large documents

    text/markdown

  • zep-docs-check-data-ingestion-status

    Zep documentation page: Check data ingestion status

    text/markdown

  • zep-docs-give-your-agent-domain-knowledge

    Zep documentation page: Give your agent domain knowledge

    text/markdown

  • zep-docs-how-to-share-context-across-users-using-graphs

    Zep documentation page: How to share context across users using graphs

    text/markdown

  • zep-docs-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

  • zep-docs-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

  • zep-docs-how-to-find-facts-relevant-to-a-specific-node

    Zep documentation page: How to find facts relevant to a specific node

    text/markdown

  • zep-docs-performance

    Zep documentation page: Performance

    text/markdown

  • zep-docs-adding-json-best-practices

    Zep documentation page: Adding json best practices

    text/markdown

  • zep-docs-security-compliance

    Zep documentation page: Security compliance

    text/markdown

  • zep-docs-role-based-access-control

    Zep documentation page: Role based access control

    text/markdown

  • zep-docs-audit-logging

    Zep documentation page: Audit logging

    text/markdown

  • zep-docs-api-logging

    Zep documentation page: Api logging

    text/markdown

  • zep-docs-hipaa-compliance

    Zep documentation page: Hipaa compliance

    text/markdown

  • zep-docs-bring-your-own-key

    Zep documentation page: Bring your own key

    text/markdown

  • zep-docs-bring-your-own-llm

    Zep documentation page: Bring your own llm

    text/markdown

  • zep-docs-webhooks

    Zep documentation page: Webhooks

    text/markdown

  • zep-docs-rate-limits

    Zep documentation page: Rate limits

    text/markdown

  • zep-docs-langgraph-memory

    Zep documentation page: Langgraph memory

    text/markdown

  • zep-docs-autogen-memory

    Zep documentation page: Autogen memory

    text/markdown

  • zep-docs-livekit-memory

    Zep documentation page: Livekit memory

    text/markdown

  • zep-docs-elevenlabs

    Zep documentation page: Elevenlabs

    text/markdown

  • zep-docs-crewai-memory

    Zep documentation page: Crewai memory

    text/markdown

  • zep-docs-nvidia-nemo

    Zep documentation page: Nvidia nemo

    text/markdown

  • zep-docs-google-adk-memory

    Zep documentation page: Google adk memory

    text/markdown

  • zep-docs-february-2026-deprecation-wave

    Zep documentation page: February 2026 deprecation wave

    text/markdown

  • zep-docs-mem0-to-zep

    Zep documentation page: Mem0 to zep

    text/markdown

  • zep-docs-faq

    Zep documentation page: Faq

    text/markdown

  • zep-docs-zep-vs-graphiti

    Zep documentation page: Zep vs graphiti

    text/markdown

  • zep-docs-sdk-reference/thread/get-threads

    Zep documentation page: Get threads

    text/markdown

  • zep-docs-sdk-reference/thread/start-a-new-thread

    Zep documentation page: Start a new thread

    text/markdown

  • zep-docs-sdk-reference/thread/delete-thread

    Zep documentation page: Delete thread

    text/markdown

  • zep-docs-sdk-reference/thread/get-user-context

    Zep documentation page: Get user context

    text/markdown

  • zep-docs-sdk-reference/thread/get-messages-of-a-thread

    Zep documentation page: Get messages of a thread

    text/markdown

  • zep-docs-sdk-reference/thread/add-messages-to-a-thread

    Zep documentation page: Add messages to a thread

    text/markdown

  • zep-docs-sdk-reference/thread/add-messages-to-a-thread-in-batch

    Zep documentation page: Add messages to a thread in batch

    text/markdown

  • zep-docs-sdk-reference/thread/get-thread-summary

    Zep documentation page: Get thread summary

    text/markdown

  • zep-docs-sdk-reference/thread/message/updates-a-message

    Zep documentation page: Updates a message

    text/markdown

  • zep-docs-sdk-reference/user/add

    Zep documentation page: Add

    text/markdown

  • zep-docs-sdk-reference/user/list-ordered

    Zep documentation page: List ordered

    text/markdown

  • zep-docs-sdk-reference/user/get

    Zep documentation page: Get

    text/markdown

  • zep-docs-sdk-reference/user/delete

    Zep documentation page: Delete

    text/markdown

  • zep-docs-sdk-reference/user/update

    Zep documentation page: Update

    text/markdown

  • zep-docs-sdk-reference/user/get-user-node

    Zep documentation page: Get user node

    text/markdown

  • zep-docs-sdk-reference/user/get-user-threads

    Zep documentation page: Get user threads

    text/markdown

  • zep-docs-sdk-reference/user/warm-user-cache

    Zep documentation page: Warm user cache

    text/markdown

  • zep-docs-sdk-reference/user/list-user-instructions

    Zep documentation page: List user instructions

    text/markdown

  • zep-docs-sdk-reference/user/add-user-instructions

    Zep documentation page: Add user instructions

    text/markdown

  • zep-docs-sdk-reference/user/delete-user-instructions

    Zep documentation page: Delete user instructions

    text/markdown

  • zep-docs-sdk-reference/context/create-context-template

    Zep documentation page: Create context template

    text/markdown

  • zep-docs-sdk-reference/context/get-context-template

    Zep documentation page: Get context template

    text/markdown

  • zep-docs-sdk-reference/context/update-context-template

    Zep documentation page: Update context template

    text/markdown

  • zep-docs-sdk-reference/context/list-context-templates

    Zep documentation page: List context templates

    text/markdown

  • zep-docs-sdk-reference/context/delete-context-template

    Zep documentation page: Delete context template

    text/markdown

  • zep-docs-sdk-reference/graph/set-ontology

    Zep documentation page: Set ontology

    text/markdown

  • zep-docs-sdk-reference/graph/list-ontology

    Zep documentation page: List ontology

    text/markdown

  • zep-docs-sdk-reference/graph/add-data

    Zep documentation page: Add data

    text/markdown

  • zep-docs-sdk-reference/graph/add-data-in-batch-mode

    Zep documentation page: Add data in batch mode

    text/markdown

  • zep-docs-sdk-reference/graph/add-fact-triple

    Zep documentation page: Add fact triple

    text/markdown

  • zep-docs-sdk-reference/graph/clone-graph

    Zep documentation page: Clone graph

    text/markdown

  • zep-docs-sdk-reference/graph/create-graph

    Zep documentation page: Create graph

    text/markdown

  • zep-docs-sdk-reference/graph/list-all-graphs

    Zep documentation page: List all graphs

    text/markdown

  • zep-docs-sdk-reference/graph/detect-patterns-experimental

    Zep documentation page: Detect patterns experimental

    text/markdown

  • zep-docs-sdk-reference/graph/search

    Zep documentation page: Search

    text/markdown

  • zep-docs-sdk-reference/graph/get-graph

    Zep documentation page: Get graph

    text/markdown

  • zep-docs-sdk-reference/graph/delete-graph

    Zep documentation page: Delete graph

    text/markdown

  • zep-docs-sdk-reference/graph/update-graph

    Zep documentation page: Update graph

    text/markdown

  • zep-docs-sdk-reference/graph/warm-graph-cache

    Zep documentation page: Warm graph cache

    text/markdown

  • zep-docs-sdk-reference/graph/edge/get-graph-edges

    Zep documentation page: Get graph edges

    text/markdown

  • zep-docs-sdk-reference/graph/edge/get-user-edges

    Zep documentation page: Get user edges

    text/markdown

  • zep-docs-sdk-reference/graph/edge/get-edge

    Zep documentation page: Get edge

    text/markdown

  • zep-docs-sdk-reference/graph/edge/update-edge

    Zep documentation page: Update edge

    text/markdown

  • zep-docs-sdk-reference/graph/edge/delete-edge

    Zep documentation page: Delete edge

    text/markdown

  • zep-docs-sdk-reference/graph/episode/get-graph-episodes

    Zep documentation page: Get graph episodes

    text/markdown

  • zep-docs-sdk-reference/graph/episode/get-user-episodes

    Zep documentation page: Get user episodes

    text/markdown

  • zep-docs-sdk-reference/graph/episode/get-episode

    Zep documentation page: Get episode

    text/markdown

  • zep-docs-sdk-reference/graph/episode/update-episode-metadata

    Zep documentation page: Update episode metadata

    text/markdown

  • zep-docs-sdk-reference/graph/episode/delete-episode

    Zep documentation page: Delete episode

    text/markdown

  • zep-docs-sdk-reference/graph/episode/return-any-nodes-and-edges-mentioned-in-an-episode

    Zep documentation page: Return any nodes and edges mentioned in an episode

    text/markdown

  • zep-docs-sdk-reference/graph/node/get-graph-nodes

    Zep documentation page: Get graph nodes

    text/markdown

  • zep-docs-sdk-reference/graph/node/get-user-nodes

    Zep documentation page: Get user nodes

    text/markdown

  • zep-docs-sdk-reference/graph/node/get-entity-edges-for-a-node

    Zep documentation page: Get entity edges for a node

    text/markdown

  • zep-docs-sdk-reference/graph/node/get-episodes-for-a-node

    Zep documentation page: Get episodes for a node

    text/markdown

  • zep-docs-sdk-reference/graph/node/get-node

    Zep documentation page: Get node

    text/markdown

  • zep-docs-sdk-reference/graph/node/update-node

    Zep documentation page: Update node

    text/markdown

  • zep-docs-sdk-reference/graph/node/delete-node

    Zep documentation page: Delete node

    text/markdown

  • zep-docs-sdk-reference/graph/custom-instructions/list-custom-instructions

    Zep documentation page: List custom instructions

    text/markdown

  • zep-docs-sdk-reference/graph/custom-instructions/add-custom-instructions

    Zep documentation page: Add custom instructions

    text/markdown

  • zep-docs-sdk-reference/graph/custom-instructions/delete-custom-instructions

    Zep documentation page: Delete custom instructions

    text/markdown

  • zep-docs-sdk-reference/graph/observations/get-graph-observations

    Zep documentation page: Get graph observations

    text/markdown

  • zep-docs-sdk-reference/graph/observations/get-user-observations

    Zep documentation page: Get user observations

    text/markdown

  • zep-docs-sdk-reference/graph/observations/get-observation

    Zep documentation page: Get observation

    text/markdown

  • zep-docs-sdk-reference/graph/thread-summaries/get-graph-thread-summaries

    Zep documentation page: Get graph thread summaries

    text/markdown

  • zep-docs-sdk-reference/graph/thread-summaries/get-user-thread-summaries

    Zep documentation page: Get user thread summaries

    text/markdown

  • zep-docs-sdk-reference/project/retrieves-project-information

    Zep documentation page: Retrieves project information

    text/markdown

  • zep-docs-sdk-reference/task/get-task

    Zep documentation page: Get task

    text/markdown

  • zep-docs-sdk-reference/batch/create-batch

    Zep documentation page: Create batch

    text/markdown

  • zep-docs-sdk-reference/batch/add-batch-items

    Zep documentation page: Add batch items

    text/markdown

  • zep-docs-sdk-reference/batch/process-batch

    Zep documentation page: Process batch

    text/markdown

  • zep-docs-sdk-reference/batch/list-batches

    Zep documentation page: List batches

    text/markdown

  • zep-docs-sdk-reference/batch/get-batch

    Zep documentation page: Get batch

    text/markdown

  • zep-docs-sdk-reference/batch/delete-batch

    Zep documentation page: Delete batch

    text/markdown

  • zep-docs-sdk-reference/batch/list-batch-items

    Zep documentation page: List batch items

    text/markdown

  • zep-docs-v2/welcome

    Zep documentation page: Welcome

    text/markdown

  • zep-docs-v2/coding-with-llms

    Zep documentation page: Coding with llms

    text/markdown

  • zep-docs-v2/concepts

    Zep documentation page: Concepts

    text/markdown

  • zep-docs-v2/quickstart

    Zep documentation page: Quickstart

    text/markdown

  • zep-docs-v2/walkthrough

    Zep documentation page: Walkthrough

    text/markdown

  • zep-docs-v2/memory

    Zep documentation page: Memory

    text/markdown

  • zep-docs-v2/projects

    Zep documentation page: Projects

    text/markdown

  • zep-docs-v2/users

    Zep documentation page: Users

    text/markdown

  • zep-docs-v2/sessions

    Zep documentation page: Sessions

    text/markdown

  • zep-docs-v2/groups

    Zep documentation page: Groups

    text/markdown

  • zep-docs-v2/understanding-the-graph

    Zep documentation page: Understanding the graph

    text/markdown

  • zep-docs-v2/facts

    Zep documentation page: Facts

    text/markdown

  • zep-docs-v2/customizing-graph-structure

    Zep documentation page: Customizing graph structure

    text/markdown

  • zep-docs-v2/adding-data-to-the-graph

    Zep documentation page: Adding data to the graph

    text/markdown

  • zep-docs-v2/reading-data-from-the-graph

    Zep documentation page: Reading data from the graph

    text/markdown

  • zep-docs-v2/searching-the-graph

    Zep documentation page: Searching the graph

    text/markdown

  • zep-docs-v2/deleting-data-from-the-graph

    Zep documentation page: Deleting data from the graph

    text/markdown

  • zep-docs-v2/docs/working-with-the-graph/debugging

    Zep documentation page: Debugging

    text/markdown

  • zep-docs-v2/cookbook/customize-your-memory-context-string

    Zep documentation page: Customize your memory context string

    text/markdown

  • zep-docs-v2/cookbook/how-to-share-memory-across-users-using-group-graphs

    Zep documentation page: How to share memory across users using group graphs

    text/markdown

  • zep-docs-v2/sdk-reference/memory/add-session

    Zep documentation page: Add session

    text/markdown

  • zep-docs-v2/sdk-reference/memory/get-session

    Zep documentation page: Get session

    text/markdown

  • zep-docs-v2/sdk-reference/memory/list-sessions

    Zep documentation page: List sessions

    text/markdown

  • zep-docs-v2/sdk-reference/memory/get

    Zep documentation page: Get

    text/markdown

  • zep-docs-v2/sdk-reference/memory/get-session-messages

    Zep documentation page: Get session messages

    text/markdown

  • zep-docs-v2/sdk-reference/memory/add

    Zep documentation page: Add

    text/markdown

  • zep-docs-v2/sdk-reference/memory/delete

    Zep documentation page: Delete

    text/markdown

  • zep-docs-v2/sdk-reference/user/get-sessions

    Zep documentation page: Get sessions

    text/markdown

  • zep-docs-v2/sdk-reference/group/create-group

    Zep documentation page: Create group

    text/markdown

  • zep-docs-v2/sdk-reference/group/get-all-groups

    Zep documentation page: Get all groups

    text/markdown

  • zep-docs-v2/sdk-reference/group/get-group

    Zep documentation page: Get group

    text/markdown

  • zep-docs-v2/sdk-reference/group/delete-group

    Zep documentation page: Delete group

    text/markdown

  • zep-docs-v2/sdk-reference/group/update-group

    Zep documentation page: Update group

    text/markdown

  • zep-docs-v2/sdk-reference/graph/get-entity-types

    Zep documentation page: Get entity types

    text/markdown

  • zep-docs-v2/sdk-reference/graph/set-entity-types

    Zep documentation page: Set entity types

    text/markdown

  • zep-docs-v2/sdk-reference/graph/edge/get-group-edges

    Zep documentation page: Get group edges

    text/markdown

  • zep-docs-v2/sdk-reference/graph/episode/get-group-episodes

    Zep documentation page: Get group episodes

    text/markdown

  • zep-docs-v2/sdk-reference/graph/node/get-group-nodes

    Zep documentation page: Get group nodes

    text/markdown

  • zep-docs-v2/sdk-reference/deprecated/memory/get-fact

    Zep documentation page: Get fact

    text/markdown

  • zep-docs-v2/sdk-reference/deprecated/memory/delete-fact

    Zep documentation page: Delete fact

    text/markdown

  • zep-docs-v2/sdk-reference/deprecated/memory/end-sessions

    Zep documentation page: End sessions

    text/markdown

  • zep-docs-v2/sdk-reference/deprecated/memory/search-sessions

    Zep documentation page: Search sessions

    text/markdown

  • zep-docs-v2/sdk-reference/deprecated/memory/update-session

    Zep documentation page: Update session

    text/markdown

  • zep-docs-v2/sdk-reference/deprecated/memory/classify-session

    Zep documentation page: Classify session

    text/markdown

  • zep-docs-v2/sdk-reference/deprecated/memory/end-session

    Zep documentation page: End session

    text/markdown

  • zep-docs-v2/sdk-reference/deprecated/memory/get-session-facts

    Zep documentation page: Get session facts

    text/markdown

  • zep-docs-v2/sdk-reference/deprecated/memory/add-session-facts

    Zep documentation page: Add session facts

    text/markdown

  • zep-docs-v2/sdk-reference/deprecated/memory/get-session-message

    Zep documentation page: Get session message

    text/markdown

  • zep-docs-v2/sdk-reference/deprecated/memory/update-message-metadata

    Zep documentation page: Update message metadata

    text/markdown

  • zep-docs-v2/sdk-reference/deprecated/memory/search

    Zep documentation page: Search

    text/markdown

  • zep-docs-v2/sdk-reference/deprecated/memory/get-summaries

    Zep documentation page: Get summaries

    text/markdown

  • zep-docs-v2/sdk-reference/deprecated/memory/synthesize-question

    Zep documentation page: Synthesize question

    text/markdown

  • zep-docs-v2/sdk-reference/deprecated/user/get-user-facts

    Zep documentation page: Get user facts

    text/markdown

  • zep-docs-v2/sdk-reference/deprecated/group/get-group-facts

    Zep documentation page: Get group facts

    text/markdown

  • zep-docs-v2/sdk-reference/deprecated/document/list-collections

    Zep documentation page: List collections

    text/markdown

  • zep-docs-v2/sdk-reference/deprecated/document/get-collection

    Zep documentation page: Get collection

    text/markdown