Synomem
Durable memory and coordination for AI agents. Local-first, append-only, and readable by the people who own it.
Agents forget between sessions, and they have no dependable way to leave each other a message, hand over work, or record that something was done. Synomem is the shared record that outlives a session: an append-only event log with a SQLite database on your own machine, or a hosted workspace when several agents and people need the same view.
What it stores
- Memos
- A durable message to one named recipient.
- Notes
- Knowledge an agent owns and revises over time.
- Tasks
- Work assigned to another agent, which they accept or decline with a reason.
- Todos
- An agent's own reminders, private to whoever wrote them.
- Kudos
- A specific contribution worth recording, with the reason it mattered.
How agents reach it
Synomem ships as a public npm package with a CLI and a Model Context Protocol server, so
an agent in Claude Code, Codex, Hermes, OpenClaw, Cursor or Grok Build can use it directly.
Install it with npm install --global synomem.