While our SDKs are the recommended way to integrate Jean Memory, we provide a powerful, low-level Model Context Protocol (MCP) API for advanced use cases. This is the same endpoint that enterprise partners like Claude use to integrate Jean Memory as a tool.Documentation Index
Fetch the complete documentation index at: https://docs.jeanmemory.com/llms.txt
Use this file to discover all available pages before exploring further.
When to use the MCP API:
- You are building an autonomous AI agent.
- You need to integrate Jean Memory as a callable tool for an existing LLM.
- You require streaming responses using Server-Sent Events (SSE).
Endpoint
The primary endpoint for all MCP interactions.A unique identifier for your application (e.g.,
my-agent, claude).The unique identifier for the end-user.
Authentication
All requests must include a valid JWT in theAuthorization header.
The jean_memory Tool
The primary tool for all interactions. It provides intelligent context engineering with configurable depth levels.
Tool Parameters
The user’s complete message or query.
Set to
true only for the very first message in a new conversation.The desired context depth level.
Example Request
Streaming (SSE)
For clients that support streaming, include theAccept: text/event-stream header.

