II.
MemorySystem JSON
Structured · livememory-system:mem0-service
Mem0 Memory Service json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "memory-system:mem0-service",
"_kind": "MemorySystem",
"_file": "domain/knowledge-fabric/memory-systems.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Mem0 Memory Service",
"description": "API-based memory service that automatically extracts, stores, and retrieves\nrelevant memories from conversations. Provides user-level, session-level,\nagent-level, and organization-level memory scopes through a simple\nadd/search API. Uses an LLM to identify facts, preferences, and decisions\nfrom conversations and persists them without manual curation. Supports\nmultiple vector store backends (Chroma, Qdrant, Pinecone) for semantic\nretrieval. The closest third-party analog to Claude Code's auto-memory\nsystem, with the key trade-off being accuracy of automated extraction.\n",
"memoryKind": "api-service",
"persistence": "cross-agent",
"autoExtraction": true,
"consolidation": "on-write",
"storageFormat": "vector-db",
"privacyFilter": false,
"deduplication": "semantic"
},
"outgoingEdges": [
{
"from": "memory-system:mem0-service",
"to": "layer:12-knowledge-fabric",
"kind": "realizes",
"attributes": {}
},
{
"from": "memory-system:mem0-service",
"to": "tool:mem0",
"kind": "memory_system_integrates",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "knowledge-fabric-impl:mem0-fabric",
"to": "memory-system:mem0-service",
"kind": "uses_memory_system",
"attributes": {}
}
]
}