AgentRecall: local-first memory for AI coding agents in .NET #812
AkbarDizaji
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Pre-submission Checklist
What would you like to share?
Hi everyone,
I built AgentRecall, a local-first memory and learning tool for AI coding agents, built as a .NET global tool and NuGet package.
It turns feedback, failures, PR review comments, build/test/lint logs, and repeated mistakes into structured reusable rules. Then it ranks the relevant rules and injects them back into the agent context automatically through a Claude Code/MCP workflow.
How it is different from built-in memory in tools like Claude:
A few things it supports:
tidy-firstandcareer-impactto give a new project useful starting guidanceI would love feedback from the MCP community on whether this kind of local rule-memory layer fits MCP workflows, and what examples would make it easier to try.
Relevant Links
All reactions