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
      • Documentation MCP Server
      • llms.txt
      • zepctl CLI
      • Debugging
LogoLogo
PlaygroundDiscordStatusDashboardSign Up >
On this page
  • Setting up the MCP server
  • Using the MCP server
Developer Tools

Documentation MCP server

Give AI coding assistants real-time access to Zep’s documentation.

Was this page helpful?
Previous

llms.txt

Standardized documentation files for AI coding assistants.
Next
Built with

Zep’s Documentation MCP server enables AI assistants to search and retrieve information from Zep’s complete documentation in real-time.

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