Open Source Alternatives LogoOpen Source Alternatives
AlternativesBlogAdvertise
Open Source Alternatives LogoOpen Source Alternatives

Stay Updated

Subscribe to our newsletter for the latest news and updates about Alternatives

Open Source Alternatives LogoOpen Source Alternatives

Handpicked Open Source Alternatives to Paid Softwares

Product
  • Search
  • Categories
  • Tag
  • Sign In
Resources
  • Blog
  • Collection
  • Submit
  • Advertise your tool
Company
  • Privacy Policy
  • Terms of Service
  • Refund Policy
  • Sitemap
Copyright © 2026 All Rights Reserved.
Home/Categories/AI & Machine Learning/agentmemory
icon of agentmemory

agentmemory

Open source alternative to Cursor, Claude Code and GitHub Copilot

Track persistent memory for AI coding agents across sessions. Apache-2.0 licensed, local-first, and built to avoid external databases.

19.3K starsTypeScriptApache-2.0Active this week
Visit websiteGitHub repo
agentmemory persistent memory for AI coding agents
Contents
  1. 01Who agentmemory is for
  2. 02The problem it solves
  3. 03How it solves it
  4. 04Strengths and trade-offs
  5. 05agentmemory vs alternatives
  6. 06Install and self-host
  7. 07Tech stack
  8. 08FAQ
  9. 09Similar open-source tools
TL;DR

agentmemory Track persistent memory for AI coding agents across sessions. Apache-2.0 licensed, local-first, and built to avoid external databases. agentmemory is best for developers and AI platform teams that run coding agents repeatedly on the same repositories and need durable project memory without a managed knowledge service. It fits teams that care about local control, repeatable context, and lower explanation overhead.Apache-2.0 · TypeScript · 19.3K stars · Active this week

who it's for

Who agentmemory is for#

Best fit

agentmemory is best for developers and AI platform teams that run coding agents repeatedly on the same repositories and need durable project memory without a managed knowledge service. It fits teams that care about local control, repeatable context, and lower explanation overhead.

Consider alternatives when

Use it when the cost of re-orienting agents is visible in every session. Avoid it if your workflow already depends on a single proprietary IDE memory layer and you do not need cross-agent portability.

the problem

The problem it solves#

AI coding agents forget decisions, repo conventions, and partially explored architecture whenever a session ends or context gets compacted. That forces developers to re-explain the same background, which wastes time and increases the risk that the next agent repeats a bad path.

The problem gets worse for teams that move between agents or machines. Without a local memory deployment, useful context either lives in chat history, inside a proprietary product, or nowhere durable enough for repeated engineering work.

how agentmemory solves it

How it solves it#

Local memory storage keeps project knowledge

Local memory storage keeps project knowledge close to the repo and outside a hosted vendor workspace.

Agent integrations let different coding agents

Agent integrations let different coding agents share the same remembered context.

Retrieval combines lexical, vector, and graph-style

Retrieval combines lexical, vector, and graph-style memory so agents can find relevant past work.

A viewer helps developers inspect what

A viewer helps developers inspect what the memory server captured and debug recall quality.

npm installation makes setup practical for

npm installation makes setup practical for individual developers before team rollout.

strengths · trade-offs

Strengths and trade-offs#

Strengths

  • agentmemory runs a local memory serveragentmemory runs a local memory server that captures observations, consolidates them, and exposes retrieval through MCP, hooks, and REST.
  • The project is Apache-2.0 licensed, installsThe project is Apache-2.0 licensed, installs from npm, and stores memory without requiring an external database service.
  • This approach is built for AIThis approach is built for AI & Machine Learning workflows where code context needs to survive across many agent runs.

Trade-offs

  • -When to choose another pathUse it when the cost of re-orienting agents is visible in every session. Avoid it if your workflow already depends on a single proprietary IDE memory layer and you do not need cross-agent portability.
versus alternatives

agentmemory vs alternatives#

Unlike Pieces' commercial developer memory tools, agentmemory gives AI coding agents a local, open-source memory layer that can work across multiple clients. Compared to paid commercial tools in this category, agentmemory prioritizes agent recall, local deployment, and inspectable data flow.

install · self-host

Install and self-host#

text
Install agentmemory globally when you want one local memory server shared by your coding agents.
npm install -g @agentmemory/agentmemory
tech stack · detected from GitHub

What it's built on#

Languages
JavaScriptPythonTypeScript
Frameworks
Next.jsReact
frequently asked

FAQ#

What is agentmemory best for?

agentmemory is best for developers and AI platform teams that run coding agents repeatedly on the same repositories and need durable project memory without a managed knowledge service. It fits teams that care about local control, repeatable context, and lower explanation overhead.

How does agentmemory compare to paid tools?

Unlike Pieces' commercial developer memory tools, agentmemory gives AI coding agents a local, open-source memory layer that can work across multiple clients. Compared to paid commercial tools in this category, agentmemory prioritizes agent recall, local deployment, and inspectable data flow.

How do I install agentmemory?

Install agentmemory globally when you want one local memory server shared by your coding agents. npm install -g @agentmemory/agentmemory

also worth a look

Similar open-source tools#

DeepSeek TUI

DeepSeek TUI

A coding agent that lives in your terminal.

27.6KRustMIT
Parallel Code

Parallel Code

Run AI coding agents in parallel, each in its own worktree

625TypeScriptMIT
orca

orca

The ultimate IDE for coding agents

3.3KTypeScriptMIT
superpowers

superpowers

Skill-based workflows for coding agents

208.1KShellMIT
Agent Skills

Agent Skills

Structured workflows for AI coding agents.

41KShellMIT
Flue Framework

Flue Framework

Build powerful, autonomous agents with TypeScript.

3.4KTypeScriptApache-2.0

Repository

Stars
19.3K
Forks
1.6K
License
Apache-2.0
Latest
v0.9.22
Last commit
1 day ago
Last verified
May 29, 2026
Repo
rohitg00/agentmemory ↗

Additional details

Language
TypeScript
Open issues
172
Contributors
37
First release
2026

Categories

AI & Machine LearningDeveloper ToolsWeb Development

Tags

AI Coding AssistantKnowledge ManagementDeveloper ToolsLocal-first