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