agent-memory-systems
NewMemory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agent memory: short-term (context window), long-term (vector stores), and the cognitive architectures that organize them. Key insight: Memory isn't just storage - it's retrieval. A million stored facts mean nothing if you can't find the right one. Chunking, embedding, and retrieval strategies determine whether your agent remembers or forgets. The field is fragm
Install & Usage
~/.claude.jsonAdd the configuration to "mcpServers": { "agent-memory-systems": { "command": "...", "args": [] } }
/mcpSecurity Audits
Frequently Asked Questions
What is agent-memory-systems?
Memory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agent memory: short-term (context window), long-term (vector stores), and the cognitive architectures that organize them. Key insight: Memory isn't just storage - it's retrieval. A million stored facts mean nothing if you can't find the right one. Chunking, embedding, and retrieval strategies determine whether your agent remembers or forgets. The field is fragm
How to install agent-memory-systems?
To install agent-memory-systems: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "agent-memory-systems": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.
What is agent-memory-systems best for?
agent-memory-systems is a mcp categorized under General. It is designed for: agent, ai-&-ml, research. Created by davila7.