II.
Tool JSON
Structured · livetool:zep
Zep json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:zep",
"_kind": "Tool",
"_file": "domain/tools/memory-systems.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Zep",
"homepageUrl": "https://github.com/getzep/zep",
"kind": "other",
"description": "Long-term memory server for AI assistants that persists, summarizes,\nand retrieves conversation history and extracted facts. Enriches\nmemory with entity extraction and temporal awareness. Provides a\nREST API and SDKs for Python and TypeScript. Designed for chat\napplications where assistants need to recall prior interactions,\nuser preferences, and accumulated knowledge across sessions.\n"
},
"outgoingEdges": [
{
"from": "tool:zep",
"to": "language:go",
"kind": "belongs_to_language"
},
{
"from": "tool:zep",
"to": "skill-area:ai-agent-development",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:zep",
"to": "skill-area:context-management",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:zep",
"to": "skill-area:knowledge-fabric-design",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:zep",
"to": "skill-area:organizational-intelligence",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:zep",
"to": "topic:memory-to-knowledge-bridge",
"kind": "relates_to_topic",
"attributes": {}
},
{
"from": "tool:zep",
"to": "topic:context-to-fabric-sync",
"kind": "relates_to_topic",
"attributes": {}
},
{
"from": "tool:zep",
"to": "topic:auto-memory",
"kind": "relates_to_topic",
"attributes": {}
},
{
"from": "tool:zep",
"to": "topic:memory-consolidation",
"kind": "relates_to_topic",
"attributes": {}
},
{
"from": "tool:zep",
"to": "tool:mem0",
"kind": "alternative_to",
"attributes": {
"comparison": "AI memory services — Zep focuses on conversation persistence; Mem0 on memory extraction"
}
}
],
"incomingEdges": [
{
"from": "knowledge-fabric-impl:zep-fabric",
"to": "tool:zep",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "memory-system:zep-service",
"to": "tool:zep",
"kind": "memory_system_integrates",
"attributes": {}
},
{
"from": "skill-area:organizational-intelligence",
"to": "tool:zep",
"kind": "uses_tool"
},
{
"from": "tool:mem0",
"to": "tool:zep",
"kind": "alternative_to",
"attributes": {
"comparison": "AI memory services — Mem0 focuses on memory extraction; Zep on conversation persistence"
}
},
{
"from": "tool-server:mcp-zep",
"to": "tool:zep",
"kind": "integrates_with",
"attributes": {}
}
]
}