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.

