What problem does it solve?
This skill provides a persistent, searchable long-term memory and knowledge management layer so agents can retain architecture notes, design patterns, and decisions across sessions and projects for reliable retrieval.
Core Features & Use Cases
- Persistent searchable memory: Indexes and stores architecture, patterns, and decision records for fast retrieval.
- MCP server interface: Exposes memory_search, memory_write, memory_read, and memory_stats endpoints for programmatic agent access.
- Project sync & dashboard: Automatically syncs with project documentation and includes a local dashboard to visualize memory usage and analytics.
- Use Case: Capture architecture decisions during design meetings, then query historical patterns to guide future implementations or onboarding.
Quick Start
Clone the agentMemory repo into .agent/skills/agent-memory, install dependencies, compile, and start the MCP server for your project with the npm run start-server command providing a project_id and the absolute path to your workspace.