<!--
Full-page Markdown export (rendered HTML → GFM).
Source: https://neotoma.io/fr/docs
Generated: 2026-04-26T19:09:31.760Z
-->
# Documentation
Toute la documentation Neotoma organisée par catégorie. Commencez par le guide de démarrage si vous êtes nouveau, ou consultez la section référence pour les détails API, MCP et CLI.
## Premiers pas
- [
EvaluateHave your agent read this page to decide whether Neotoma fits your workflow
](/fr/evaluate)
- [
InstallInstall and initialize Neotoma locally
](/fr/install)
- [
WalkthroughEnd-to-end example across operating, building, and debugging
](/fr/walkthrough)
## Intégrations
- [
Claude CodePersistent memory for Claude Code's local CLI agent
](/fr/neotoma-with-claude-code)
- [
ClaudeStructured state alongside Claude platform memory
](/fr/neotoma-with-claude)
- [
ChatGPTDeterministic memory for ChatGPT conversations
](/fr/neotoma-with-chatgpt)
- [
CodexCross-task memory and CLI fallback
](/fr/neotoma-with-codex)
- [
CursorPersistent memory alongside Cursor context
](/fr/neotoma-with-cursor)
- [
OpenClawUser-owned memory for OpenClaw agents
](/fr/neotoma-with-openclaw)
## Référence
- [
InstallInstall and initialize Neotoma locally
](/fr/install)
- [
REST APIOpenAPI endpoints and parameters
](/fr/api)
- [
MCP serverModel Context Protocol actions
](/fr/mcp)
- [
CLICommands, flags, and REPL
](/fr/cli)
- [
Memory guaranteesAll memory properties on one page
](/fr/memory-guarantees)
- [
Memory modelsPlatform, retrieval, file-based, and deterministic memory compared
](/fr/memory-models)
- [
FoundationsPrivacy-first architecture and cross-platform design
](/fr/foundations)
- [
Agent instructionsMandatory behavioral rules for agents using Neotoma
](/fr/agent-instructions)
- [
ArchitectureState flow, guarantees, and principles
](/fr/architecture)
- [
TerminologyGlossary of key concepts
](/fr/terminology)
- [
Schema managementDefine, inspect, and evolve schema constraints safely
](/fr/schema-management)
- [
TroubleshootingCommon failure modes and practical fixes
](/fr/troubleshooting)
- [
ChangelogRelease history and documentation updates
](/fr/changelog)
- [
All pages (Markdown)Every indexable route as Markdown (SEO summaries)
](/fr/site-markdown)
## Where the tax shows up
- [
Context janitorYou re-explain context every session. State that persists across tools.
](/fr/operating)
- [
Inference varianceCorrections don’t stick. Deterministic state for agent pipelines.
](/fr/building-pipelines)
- [
Log archaeologySame inputs, different state. Replayable timelines and diffs.
](/fr/debugging-infrastructure)
## Comparer
- [
Build vs buyWhen to adopt a state-integrity layer instead of building around observability alone
](/fr/build-vs-buy)
- [
Neotoma vs platform memoryConvenience inside one AI product versus portable, auditable state across tools
](/fr/neotoma-vs-platform-memory)
- [
Neotoma vs Mem0Retrieval memory for prompt augmentation versus deterministic entity state
](/fr/neotoma-vs-mem0)
- [
Neotoma vs ZepKnowledge-graph retrieval versus versioned, schema-bound state
](/fr/neotoma-vs-zep)
- [
Neotoma vs RAGRelevant chunk retrieval versus exact state reconstruction
](/fr/neotoma-vs-rag)
- [
Neotoma vs file-based memoryMarkdown and JSON portability versus structured guarantees and provenance
](/fr/neotoma-vs-files)
- [
Neotoma vs database memoryCRUD rows versus append-only observations and deterministic reducers
](/fr/neotoma-vs-database)
## Externe
- [
GitHub repositorySource code, README, and issues
](https://github.com/markmhendrickson/neotoma)
- [
npm packageInstall via npm
](https://www.npmjs.com/package/neotoma)