Back to Skills

Memory

Verified

Persistent knowledge graph memory for agents

memoryknowledge-graphpersistencecontext

Quick Inject

$armorer inject openclaw memory

About

Provides a persistent memory layer using a knowledge graph. Agents can store and retrieve facts, relationships, and context across sessions. Data is stored locally and managed by Armorer.

MCP Configuration

{
  "command": "npx",
  "args": [
    "-y",
    "@modelcontextprotocol/server-memory"
  ]
}