II.
Tool JSON
Structured · livetool:memories-sh
memories.sh json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:memories-sh",
"_kind": "Tool",
"_file": "domain/tools/memory-systems.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "memories.sh",
"homepageUrl": "https://github.com/nichochar/memories",
"kind": "other",
"description": "Durable state management for coding agents. Provides a shell-based\ninterface for agents to persist and retrieve key-value observations\nacross sessions. Memories are stored as plain files organized by\nproject, making them inspectable and version-controllable. The shell\ninterface (source memories.sh) makes it usable from any agent that\ncan execute Bash commands, including Claude Code, Aider, and custom\nagent harnesses. Focuses on simplicity over sophistication — no vector\nsearch, no LLM processing, just reliable key-value persistence.\n"
},
"outgoingEdges": [
{
"from": "tool:memories-sh",
"to": "language:bash",
"kind": "belongs_to_language"
},
{
"from": "tool:memories-sh",
"to": "skill-area:ai-agent-development",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:memories-sh",
"to": "skill-area:context-management",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:memories-sh",
"to": "topic:memory-to-knowledge-bridge",
"kind": "relates_to_topic",
"attributes": {}
},
{
"from": "tool:memories-sh",
"to": "topic:auto-memory",
"kind": "relates_to_topic",
"attributes": {}
},
{
"from": "tool:memories-sh",
"to": "language:bash",
"kind": "belongs_to_language"
},
{
"from": "tool:memories-sh",
"to": "skill-area:ai-agent-development",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:memories-sh",
"to": "skill-area:context-management",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:memories-sh",
"to": "topic:unified-agent-memory",
"kind": "relates_to_topic",
"attributes": {}
},
{
"from": "tool:memories-sh",
"to": "topic:memory-type-taxonomy",
"kind": "relates_to_topic",
"attributes": {}
},
{
"from": "tool:memories-sh",
"to": "topic:auto-memory",
"kind": "relates_to_topic",
"attributes": {}
},
{
"from": "tool:memories-sh",
"to": "tool:agentmemory",
"kind": "alternative_to",
"attributes": {
"comparison": "AI agent memory — memories.sh is plain file key-value; agentmemory has vector search and privacy filtering"
}
},
{
"from": "tool:memories-sh",
"to": "tool:mempalace",
"kind": "alternative_to",
"attributes": {
"comparison": "AI agent memory — memories.sh is plain files; MemPalace has vector search"
}
},
{
"from": "tool:memories-sh",
"to": "tool:cloudflare-agent-memory",
"kind": "alternative_to",
"attributes": {
"comparison": "AI agent memory — memories.sh is local files; Cloudflare is cloud-based"
}
},
{
"from": "tool:memories-sh",
"to": "tool:memori-labs",
"kind": "alternative_to",
"attributes": {
"comparison": "AI agent memory systems"
}
},
{
"from": "tool:memories-sh",
"to": "tool:vercel-ai-memory",
"kind": "alternative_to",
"attributes": {
"comparison": "AI agent memory systems"
}
}
],
"incomingEdges": [
{
"from": "memory-system:memories-sh",
"to": "tool:memories-sh",
"kind": "memory_system_integrates",
"attributes": {}
},
{
"from": "tool:agentmemory",
"to": "tool:memories-sh",
"kind": "alternative_to",
"attributes": {
"comparison": "AI agent memory — agentmemory has vector search and privacy filtering; memories.sh is plain file key-value"
}
},
{
"from": "tool:mempalace",
"to": "tool:memories-sh",
"kind": "alternative_to",
"attributes": {
"comparison": "AI agent memory — MemPalace has vector search; memories.sh is plain file key-value"
}
},
{
"from": "tool:cloudflare-agent-memory",
"to": "tool:memories-sh",
"kind": "alternative_to",
"attributes": {
"comparison": "AI agent memory — Cloudflare is cloud-based; memories.sh is local files"
}
},
{
"from": "tool:memori-labs",
"to": "tool:memories-sh",
"kind": "alternative_to",
"attributes": {
"comparison": "AI agent memory systems"
}
},
{
"from": "tool:vercel-ai-memory",
"to": "tool:memories-sh",
"kind": "alternative_to",
"attributes": {
"comparison": "AI agent memory systems"
}
}
]
}