#374 · Primary category: AI Coding Assistants
projectmem
Open-source coding agent memory. Records issues, attempts, fixes and decisions, then warns your agent before it repeats an approach that already failed. Native MCP server for Claude Code, Cursor, Antigravity and Codex. 100% local, no cloud, no telemetry. MIT.
Project last updated:08/27/26
GitHub Stars
779
Forks
36
Contributors
3
License
MIT
Why we included this project
Every coding agent session starts from zero unless something remembers what happened last time. projectmem fills that gap by keeping a plain .projectmem/ directory in your repo where it logs the issues you hit, the fixes that worked, and the decisions you made, then feeds that history back to the agent at the start of each session. The most useful piece is a pre-commit warning that stops the agent before it retries an approach that already failed, which is where most of the wasted tokens go. Everything runs locally with no cloud and no telemetry, and since it ships as a native MCP server plus git hooks, setup is a pip install and one init command. If your team uses Claude Code, Cursor, Codex, or another MCP-capable agent and is tired of re-debugging the same bug every week, this is a low-effort way to give the agent a working memory.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.