ai-memory 0.6.1

AI-agnostic persistent memory system — MCP server, HTTP API, and CLI for any AI platform
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=ai-memory backup — hourly snapshot
Documentation=https://github.com/alphaonedev/ai-memory-mcp

[Timer]
# Hourly. Run 5 minutes after the hour to avoid piling up at :00.
OnCalendar=hourly
AccuracySec=1min
RandomizedDelaySec=5min
Persistent=true
Unit=ai-memory-backup.service

[Install]
WantedBy=timers.target