agentmemory screenshot

agentmemory

AI Agent MemoryFree

agentmemory - Persistent Memory for AI Coding Agents

Last updated May 20, 2026

Claim Tool

What is agentmemory?

agentmemory is an open-source AI developer tool for giving AI coding agents shared persistent memory across sessions and clients. It is published from the rohitg00/agentmemory GitHub repository, so builders can inspect the source, run it locally, and adapt the workflow instead of depending on a closed SaaS dashboard. The project is most useful when a team wants a practical starting point today: clone the repo, follow the README, and test the workflow against real files rather than a demo prompt. The core workflow centers on a global npm package and npx path for starting the memory server; integrations for Claude Code, Cursor, Gemini CLI, Codex CLI, Hermes, OpenClaw, pi, OpenCode, and generic MCP or HTTP clients; hooks, MCP support, REST access, a viewer, and filesystem connector notes in the README; benchmark claims around retrieval accuracy published by the project. That makes agentmemory a fit for developers who repeatedly re-explain repo architecture, coding preferences, bugs, and project context to AI coding agents. The tool is not positioned as a hosted model or a paid API. It is a repository-first project with setup instructions, code, examples, and issue history in the open. Teams should treat the GitHub repository as the source of truth for version, install steps, security notes, and current limitations. Setup starts with installing @agentmemory/agentmemory globally with npm, running agentmemory to start the server, and connecting a supported agent such as claude-code or cursor. After installation, users should run the sample flow from the README, confirm the required local dependencies, and keep credentials in local environment files when the project supports optional providers. For production use, review the license, pinned package versions, and open issues before handing it sensitive data. Open-source AI tools move quickly; a recent push date and active issue queue are good signs, but they do not replace a local security review. Pricing is simple: agentmemory is free to use as open-source software. Costs come from the developer's own environment, such as model API keys, local GPU time, storage, or any optional third-party service connected during setup. This matters for budget planning because the software itself can be free while inference or generation providers still charge separately. Why it stands out: it focuses on one painful workflow gap: making coding agents remember project context and decisions across sessions instead of relying only on short static rules files. It belongs in a builder-facing AI toolkit because it gives agents, coding assistants, or creative workflows a concrete surface to act on. The strongest users will be technical teams comfortable reading README files, running local commands, and evaluating output quality themselves. Non-technical buyers looking for a managed support contract should wait for a hosted product or commercial wrapper.

agentmemory's Top Features

Key capabilities that make agentmemory stand out.

Persistent memory server for coding agents across sessions

Native connection paths for Claude Code, Cursor, Gemini CLI, Codex CLI, Hermes, OpenClaw, pi, and OpenCode

MCP, hooks, REST, and viewer support for integrating memory into different clients

npm and npx install paths documented in the README

Shared memory server so multiple agents can recall the same project knowledge

Use Cases

Who benefits most from this tool.

Developers with long-running AI coding projects

Persist decisions, architecture notes, and recurring fixes so agents do not start from zero every session.

Teams testing multiple coding agents

Share memory across Claude Code, Cursor, Codex, Gemini CLI, and MCP clients through one server.

AI infrastructure builders

Evaluate hooks, REST, and MCP patterns for agent memory in local development workflows.

Tags

agent-memorycoding-agentsmcpclaude-codecursorcodexpersistent-memorydeveloper-toolsopen-sourceai-infrastructure

agentmemory's Pricing

Free plan available

User Reviews

Share your thoughts

If you've used this product, share your thoughts with other builders

Recent reviews

Frequently Asked Questions

What is agentmemory?
agentmemory is an open-source persistent memory server that lets AI coding agents remember project context across sessions.
Is agentmemory free?
Yes. agentmemory is distributed as an open-source GitHub project. Users may still pay for optional model APIs, compute, or hosting used with it.
Who should use agentmemory?
Use it if you work with coding agents often and want shared recall without rewriting the same context each time.
Where is the source for agentmemory?
The source is the rohitg00/agentmemory repository on GitHub, with package usage documented in the README.