For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
PlaygroundDiscordStatusDashboardSign Up >
DocumentationSDK ReferenceGraphiti
DocumentationSDK ReferenceGraphiti
  • Getting Started
    • Coding with LLMs
    • Key Concepts
    • Quickstart
    • Building an Agent Walkthrough
    • Memory
    • Projects
    • Users
    • Sessions
    • Groups
  • Working with the Graph
    • Understanding the Graph
    • Utilizing Facts and Summaries
    • Customizing Graph Structure
    • Adding Data to the Graph
    • Reading Data from the Graph
    • Searching the Graph
    • Deleting Data from the Graph
    • Debugging
  • Cookbook
    • Check Data Ingestion Status
    • Customize Your Memory Context String
    • Add User Specific Business Data to User Graphs
    • Share Memory Across Users Using Group Graphs
    • Get Most Relevant Facts for an Arbitrary Query
    • Find Facts Relevant to a Specific Node
  • Best Practices
    • Performance Best Practices
    • Adding JSON Best Practices
  • Ecosystem
    • LangGraph
    • Autogen
  • Migrations
    • February 2026 Deprecation Wave
    • Migrate from Mem0
  • FAQ
    • Frequently Asked Questions
  • Legal
    • Privacy Policy
    • Terms of Service
    • Website Terms of Use
LogoLogo
PlaygroundDiscordStatusDashboardSign Up >
On this page
  • MCP Server
  • Setting up the MCP server
  • Using the MCP server
  • llms.txt
  • Accessing llms.txt
Getting Started

Coding with LLMs

Integrate Zep's documentation directly into your AI coding workflow using llms.txt and MCP.
Was this page helpful?

Key Concepts

Understanding Zep's context engineering platform and temporal knowledge graphs.
Next
Built with

Zep provides tools that give AI coding assistants direct access to Zep’s documentation: a real-time MCP server and standardized llms.txt files for enhanced code generation and troubleshooting.

MCP Server

Zep’s Model Context Protocol (MCP) server gives AI assistants real-time access to search Zep’s complete documentation.

Server details:

  • URL: docs-mcp.getzep.com
  • Type: Search-based with HTTP transport
  • Capabilities: Real-time documentation search and retrieval

The /sse endpoint is deprecated and will be removed soon. Please update to the new /mcp endpoint with HTTP transport.

Setting up the MCP server

Claude Code
Cursor
Other MCP clients

Add the HTTP server using the CLI:

$claude mcp add zep-docs --transport http https://docs-mcp.getzep.com/mcp

Using the MCP server

Once configured, AI assistants can automatically:

  • Search Zep concepts and features
  • Find code examples and tutorials
  • Access current API documentation
  • Retrieve troubleshooting information

llms.txt

Zep publishes standardized llms.txt files containing essential information for AI coding assistants:

  • Core concepts and architecture
  • Usage patterns and examples
  • API reference summaries
  • Best practices and troubleshooting
  • Framework integration examples

Accessing llms.txt

Zep provides two versions of the llms.txt file:

Standard version (recommended for most use cases):

https://help.getzep.com/llms.txt

Comprehensive version (for advanced use cases):

https://help.getzep.com/llms-full.txt

The standard version contains curated essentials, while the comprehensive version includes complete documentation but is much larger. Most AI assistants work better with the standard version due to context limitations.