nMEMORY
Local memory for AI agents that admits when it doesn't know.
3 followers
Local memory for AI agents that admits when it doesn't know.
3 followers
nMEMORY is a single-file, hermetic memory your coding agent talks to over MCP. Every answer carries its source; when there's no evidence it abstains instead of hallucinating. One Rust binary, one SQLite file, zero network. Open source, AGPL-3.0.



Free
Launch Team / Built With

The abstain-when-no-evidence design is interesting—curious how you handle the source-tagging when an agent's context spans multiple upstream models with different tokenizers. Do you see nMEMORY sitting cleanly alongside a model gateway, since a lot of us point Claude Code/Codex at an OpenAI- or Anthropic-compatible endpoint rather than the labs directly?