AgentRecall: local-first rule memory for .NET AI coding agents and MCP workflows #179
AkbarDizaji
started this conversation in
Show and tell
Replies: 1 comment
|
Thanks for sharing AgentRecall in the Learn MCP Server Show and tell. Looking through the repo, I couldn't find a direct connection to the Learn MCP Server: it looks like AgentRecall runs as its own MCP server for Claude Code rather than consuming Learn MCP. Could you elaborate on how you see the two fitting together, or point me to where they connect? |
0 replies
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.
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 captures feedback, repeated mistakes, PR review comments, and build/test/lint failures, turns them into structured reusable rules, then ranks and injects the relevant rules back into the agent context through a Claude Code/MCP workflow.
How it differs from built-in memory in tools like Claude:
Some current features:
I would love feedback from the Microsoft MCP community on:
All reactions