# AI Memory Comparison

> Every AI memory system, compared.
> Interactive comparison tables for persistent memory in coding assistants, agents, and chatbots.
> Source: https://llm-memory.org

## Sections

- [Developer Memory Tools](https://llm-memory.org/developer-tools/llm.txt): 19 memory systems for AI coding assistants — MCP support, search, storage, dedup, cross-machine sync, token budgets.
- [User Memory Platforms](https://llm-memory.org/user-memory/llm.txt): 4 memory platforms for AI agents and chatbots — pricing, SDKs, multi-tenancy, temporal knowledge graphs.

## Contributing

This is an open-source comparison maintained by the community.
Each memory system is a JSON file in the `data/` directory — easy to add, easy to update.

- **Add a system:** Create a new JSON file in `data/developer-tools/` or `data/user-memory/` and open a PR. The schema validates automatically.
- **Update the data:** Edit the relevant JSON file and submit a PR. Include a source link for any claims.
- **AI Contributing Guide:** [contribute.md](https://llm-memory.org/contribute.md) — instructions for AI assistants to research and submit tools
- **Repo:** https://github.com/Saturate/ai-memory-comparison
