Skip to main content
Knowledge & MemoryPython

g1itchbot8888-del/agent-memory

Three-layer memory system for agents (identity/active/archive) with semantic search, graph relationships, conflict detection, and LearningMachine. Built by an agent, for agents. No API keys required.

knowledge-memorylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/g1itchbot8888-del/agent-memory

Claude Desktop configuration example:

{
  "mcpServers": {
    "agent-memory": {
      "command": "npx",
      "args": [
        "-y",
        "g1itchbot8888-del/agent-memory"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
Python
Author
g1itchbot8888-del